Skip navigation links
A B C D E F G H I K L M N O P Q R S T U V W 

S

secondaryComparator() - Method in interface it.unimi.dsi.fastutil.IndirectDoublePriorityQueue
Deprecated.
Returns the secondary comparator of this queue.
secondaryComparator() - Method in class it.unimi.dsi.fastutil.IndirectDoublePriorityQueues.EmptyIndirectDoublePriorityQueue
Deprecated.
 
secondaryComparator() - Method in class it.unimi.dsi.fastutil.IndirectDoublePriorityQueues.SynchronizedIndirectDoublePriorityQueue
Deprecated.
 
secondaryFirst() - Method in interface it.unimi.dsi.fastutil.IndirectDoublePriorityQueue
Deprecated.
Returns the first element of this queue with respect to the secondary comparator.
secondaryFirst() - Method in class it.unimi.dsi.fastutil.IndirectDoublePriorityQueues.EmptyIndirectDoublePriorityQueue
Deprecated.
 
secondaryFirst() - Method in class it.unimi.dsi.fastutil.IndirectDoublePriorityQueues.SynchronizedIndirectDoublePriorityQueue
Deprecated.
 
secondaryFront(int[]) - Method in interface it.unimi.dsi.fastutil.IndirectDoublePriorityQueue
Deprecated.
Retrieves the secondary front of the queue in a given array (optional operation).
secondaryFront(int[]) - Method in class it.unimi.dsi.fastutil.IndirectDoublePriorityQueues.SynchronizedIndirectDoublePriorityQueue
Deprecated.
 
secondaryLast() - Method in class it.unimi.dsi.fastutil.AbstractIndirectDoublePriorityQueue
Deprecated.
 
secondaryLast() - Method in interface it.unimi.dsi.fastutil.IndirectDoublePriorityQueue
Deprecated.
Returns the last element of this queue with respect to the secondary comparator (optional operation).
secondaryLast() - Method in class it.unimi.dsi.fastutil.IndirectDoublePriorityQueues.EmptyIndirectDoublePriorityQueue
Deprecated.
 
secondaryLast() - Method in class it.unimi.dsi.fastutil.IndirectDoublePriorityQueues.SynchronizedIndirectDoublePriorityQueue
Deprecated.
 
segment(long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Computes the segment associated with a given index.
Segment(int, int, int) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteArrays.Segment
 
Segment(int, int, int) - Constructor for class it.unimi.dsi.fastutil.chars.CharArrays.Segment
 
Segment(int, int, int) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleArrays.Segment
 
Segment(int, int, int) - Constructor for class it.unimi.dsi.fastutil.floats.FloatArrays.Segment
 
Segment(int, int, int) - Constructor for class it.unimi.dsi.fastutil.ints.IntArrays.Segment
 
Segment(int, int, int) - Constructor for class it.unimi.dsi.fastutil.longs.LongArrays.Segment
 
Segment(int, int, int) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortArrays.Segment
 
SEGMENT_MASK - Static variable in class it.unimi.dsi.fastutil.BigArrays
The mask used to compute the displacement associated to an index.
SEGMENT_SHIFT - Static variable in class it.unimi.dsi.fastutil.BigArrays
The shift used to compute the segment associated with an index (equivalently, the logarithm of the segment size).
SEGMENT_SIZE - Static variable in class it.unimi.dsi.fastutil.BigArrays
The current size of a segment (227) is the largest size that makes the physical memory allocation for a single segment strictly smaller than 231 bytes.
segmentMask - Variable in class it.unimi.dsi.fastutil.doubles.DoubleOpenHashBigSet
The mask for wrapping a segment counter.
segmentMask - Variable in class it.unimi.dsi.fastutil.floats.FloatOpenHashBigSet
The mask for wrapping a segment counter.
segmentMask - Variable in class it.unimi.dsi.fastutil.ints.IntOpenHashBigSet
The mask for wrapping a segment counter.
segmentMask - Variable in class it.unimi.dsi.fastutil.longs.LongOpenHashBigSet
The mask for wrapping a segment counter.
segmentMask - Variable in class it.unimi.dsi.fastutil.objects.ObjectOpenHashBigSet
The mask for wrapping a segment counter.
segmentMask - Variable in class it.unimi.dsi.fastutil.objects.ReferenceOpenHashBigSet
The mask for wrapping a segment counter.
serialVersionUID - Static variable in class it.unimi.dsi.fastutil.IndirectDoublePriorityQueues.SynchronizedIndirectDoublePriorityQueue
Deprecated.
 
serialVersionUID - Static variable in class it.unimi.dsi.fastutil.IndirectPriorityQueues.SynchronizedIndirectPriorityQueue
 
serialVersionUID - Static variable in class it.unimi.dsi.fastutil.PriorityQueues.SynchronizedPriorityQueue
 
set(long, K) - Method in interface it.unimi.dsi.fastutil.BigList
Replaces the element at the specified position in this big list with the specified element (optional operation).
set(long, boolean) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanBigList.BooleanSubList
 
set(long, boolean) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanBigList
Replaces the element at the specified position in this big list with the specified element (optional operation).
set(int, boolean) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanBigList
Deprecated.
This method should have never been implemented, as it is not part of BigList. It will be removed in the future.
set(long, Boolean) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanBigList
Deprecated.
Please use the corresponding type-specific method instead.
set(boolean) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanBigListIterator
Replaces the last element returned by BooleanIterator.next() or BooleanBidirectionalIterator.previous() with the specified element (optional operation).
set(Boolean) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanBigListIterator
Deprecated.
Please use the corresponding type-specific method instead.
set(int, boolean) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanList.BooleanSubList
 
set(int, boolean) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, Boolean) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanList
Deprecated.
Please use the corresponding type-specific method instead.
set(boolean) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanListIterator
Replaces the last element returned by ListIterator.next() or ListIterator.previous() with the specified element (optional operation).
set(Boolean) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanListIterator
Deprecated.
Please use the corresponding type-specific method instead.
set(int, boolean) - Method in class it.unimi.dsi.fastutil.booleans.BooleanArrayList
 
set(long, boolean) - Method in class it.unimi.dsi.fastutil.booleans.BooleanBigArrayBigList
 
set(boolean[][], long, boolean) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanBigArrays
Sets the element of the given big array of specified index.
set(long, boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanBigList
Replaces the element at the specified position in this big list with the specified element (optional operation).
set(long, Boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanBigList
Deprecated.
Please use the corresponding type-specific method instead.
set(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanBigListIterator
Replaces the last element returned by BooleanIterator.next() or BooleanBidirectionalIterator.previous() with the specified element (optional operation).
set(Boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanBigListIterator
Deprecated.
Please use the corresponding type-specific method instead.
set(boolean) - Method in class it.unimi.dsi.fastutil.booleans.BooleanBigListIterators.BigListIteratorListIterator
 
set(long, boolean) - Method in class it.unimi.dsi.fastutil.booleans.BooleanBigLists.EmptyBigList
 
set(long, Boolean) - Method in class it.unimi.dsi.fastutil.booleans.BooleanBigLists.EmptyBigList
Deprecated.
Please use the corresponding type-specific method instead.
set(long, boolean) - Method in class it.unimi.dsi.fastutil.booleans.BooleanBigLists.ListBigList
 
set(long, boolean) - Method in class it.unimi.dsi.fastutil.booleans.BooleanBigLists.SynchronizedBigList
 
set(long, Boolean) - Method in class it.unimi.dsi.fastutil.booleans.BooleanBigLists.SynchronizedBigList
Deprecated.
Please use the corresponding type-specific method instead.
set(long, boolean) - Method in class it.unimi.dsi.fastutil.booleans.BooleanBigLists.UnmodifiableBigList
 
set(long, Boolean) - Method in class it.unimi.dsi.fastutil.booleans.BooleanBigLists.UnmodifiableBigList
Deprecated.
Please use the corresponding type-specific method instead.
set(int, boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, Boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanList
Deprecated.
Please use the corresponding type-specific method instead.
set(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanListIterator
Replaces the last element returned by ListIterator.next() or ListIterator.previous() with the specified element (optional operation).
set(Boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanListIterator
Deprecated.
Please use the corresponding type-specific method instead.
set(int, boolean) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.EmptyList
 
set(int, Boolean) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.EmptyList
Deprecated.
Please use the corresponding type-specific method instead.
set(int, boolean) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.SynchronizedList
 
set(int, Boolean) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.SynchronizedList
Deprecated.
Please use the corresponding type-specific method instead.
set(int, boolean) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.UnmodifiableList
 
set(int, Boolean) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.UnmodifiableList
Deprecated.
Please use the corresponding type-specific method instead.
set(long, byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList.ByteSubList
 
set(long, byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList
Replaces the element at the specified position in this big list with the specified element (optional operation).
set(int, byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList
Deprecated.
This method should have never been implemented, as it is not part of BigList. It will be removed in the future.
set(long, Byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList
Deprecated.
Please use the corresponding type-specific method instead.
set(byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigListIterator
Replaces the last element returned by ByteIterator.next() or ByteBidirectionalIterator.previous() with the specified element (optional operation).
set(Byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigListIterator
Deprecated.
Please use the corresponding type-specific method instead.
set(int, byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList.ByteSubList
 
set(int, byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, Byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList
Deprecated.
Please use the corresponding type-specific method instead.
set(byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteListIterator
Replaces the last element returned by ListIterator.next() or ListIterator.previous() with the specified element (optional operation).
set(Byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteListIterator
Deprecated.
Please use the corresponding type-specific method instead.
set(int, byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
 
set(long, byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigArrayBigList
 
set(byte[][], long, byte) - Static method in class it.unimi.dsi.fastutil.bytes.ByteBigArrays
Sets the element of the given big array of specified index.
set(long, byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBigList
Replaces the element at the specified position in this big list with the specified element (optional operation).
set(long, Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBigList
Deprecated.
Please use the corresponding type-specific method instead.
set(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBigListIterator
Replaces the last element returned by ByteIterator.next() or ByteBidirectionalIterator.previous() with the specified element (optional operation).
set(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBigListIterator
Deprecated.
Please use the corresponding type-specific method instead.
set(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigListIterators.BigListIteratorListIterator
 
set(long, byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.EmptyBigList
 
set(long, Byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.EmptyBigList
Deprecated.
Please use the corresponding type-specific method instead.
set(long, byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.ListBigList
 
set(long, byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.SynchronizedBigList
 
set(long, Byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.SynchronizedBigList
Deprecated.
Please use the corresponding type-specific method instead.
set(long, byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.UnmodifiableBigList
 
set(long, Byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.UnmodifiableBigList
Deprecated.
Please use the corresponding type-specific method instead.
set(int, byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteList
Deprecated.
Please use the corresponding type-specific method instead.
set(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteListIterator
Replaces the last element returned by ListIterator.next() or ListIterator.previous() with the specified element (optional operation).
set(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteListIterator
Deprecated.
Please use the corresponding type-specific method instead.
set(int, byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
 
set(int, Byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
Deprecated.
Please use the corresponding type-specific method instead.
set(int, byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
 
set(int, Byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
Deprecated.
Please use the corresponding type-specific method instead.
set(int, byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
 
set(int, Byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
Deprecated.
Please use the corresponding type-specific method instead.
set(long, char) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharBigList.CharSubList
 
set(long, char) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharBigList
Replaces the element at the specified position in this big list with the specified element (optional operation).
set(int, char) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharBigList
Deprecated.
This method should have never been implemented, as it is not part of BigList. It will be removed in the future.
set(long, Character) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharBigList
Deprecated.
Please use the corresponding type-specific method instead.
set(char) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharBigListIterator
Replaces the last element returned by CharIterator.next() or CharBidirectionalIterator.previous() with the specified element (optional operation).
set(Character) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharBigListIterator
Deprecated.
Please use the corresponding type-specific method instead.
set(int, char) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharList.CharSubList
 
set(int, char) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, Character) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharList
Deprecated.
Please use the corresponding type-specific method instead.
set(char) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharListIterator
Replaces the last element returned by ListIterator.next() or ListIterator.previous() with the specified element (optional operation).
set(Character) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharListIterator
Deprecated.
Please use the corresponding type-specific method instead.
set(int, char) - Method in class it.unimi.dsi.fastutil.chars.CharArrayList
 
set(long, char) - Method in class it.unimi.dsi.fastutil.chars.CharBigArrayBigList
 
set(char[][], long, char) - Static method in class it.unimi.dsi.fastutil.chars.CharBigArrays
Sets the element of the given big array of specified index.
set(long, char) - Method in interface it.unimi.dsi.fastutil.chars.CharBigList
Replaces the element at the specified position in this big list with the specified element (optional operation).
set(long, Character) - Method in interface it.unimi.dsi.fastutil.chars.CharBigList
Deprecated.
Please use the corresponding type-specific method instead.
set(char) - Method in interface it.unimi.dsi.fastutil.chars.CharBigListIterator
Replaces the last element returned by CharIterator.next() or CharBidirectionalIterator.previous() with the specified element (optional operation).
set(Character) - Method in interface it.unimi.dsi.fastutil.chars.CharBigListIterator
Deprecated.
Please use the corresponding type-specific method instead.
set(char) - Method in class it.unimi.dsi.fastutil.chars.CharBigListIterators.BigListIteratorListIterator
 
set(long, char) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.EmptyBigList
 
set(long, Character) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.EmptyBigList
Deprecated.
Please use the corresponding type-specific method instead.
set(long, char) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.ListBigList
 
set(long, char) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.SynchronizedBigList
 
set(long, Character) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.SynchronizedBigList
Deprecated.
Please use the corresponding type-specific method instead.
set(long, char) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.UnmodifiableBigList
 
set(long, Character) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.UnmodifiableBigList
Deprecated.
Please use the corresponding type-specific method instead.
set(int, char) - Method in interface it.unimi.dsi.fastutil.chars.CharList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, Character) - Method in interface it.unimi.dsi.fastutil.chars.CharList
Deprecated.
Please use the corresponding type-specific method instead.
set(char) - Method in interface it.unimi.dsi.fastutil.chars.CharListIterator
Replaces the last element returned by ListIterator.next() or ListIterator.previous() with the specified element (optional operation).
set(Character) - Method in interface it.unimi.dsi.fastutil.chars.CharListIterator
Deprecated.
Please use the corresponding type-specific method instead.
set(int, char) - Method in class it.unimi.dsi.fastutil.chars.CharLists.EmptyList
 
set(int, Character) - Method in class it.unimi.dsi.fastutil.chars.CharLists.EmptyList
Deprecated.
Please use the corresponding type-specific method instead.
set(int, char) - Method in class it.unimi.dsi.fastutil.chars.CharLists.SynchronizedList
 
set(int, Character) - Method in class it.unimi.dsi.fastutil.chars.CharLists.SynchronizedList
Deprecated.
Please use the corresponding type-specific method instead.
set(int, char) - Method in class it.unimi.dsi.fastutil.chars.CharLists.UnmodifiableList
 
set(int, Character) - Method in class it.unimi.dsi.fastutil.chars.CharLists.UnmodifiableList
Deprecated.
Please use the corresponding type-specific method instead.
set(long, double) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDoubleBigList.DoubleSubList
 
set(long, double) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDoubleBigList
Replaces the element at the specified position in this big list with the specified element (optional operation).
set(int, double) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDoubleBigList
Deprecated.
This method should have never been implemented, as it is not part of BigList. It will be removed in the future.
set(long, Double) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDoubleBigList
Deprecated.
Please use the corresponding type-specific method instead.
set(double) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDoubleBigListIterator
Replaces the last element returned by DoubleIterator.next() or DoubleBidirectionalIterator.previous() with the specified element (optional operation).
set(Double) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDoubleBigListIterator
Deprecated.
Please use the corresponding type-specific method instead.
set(int, double) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDoubleList.DoubleSubList
 
set(int, double) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDoubleList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, Double) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDoubleList
Deprecated.
Please use the corresponding type-specific method instead.
set(double) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDoubleListIterator
Replaces the last element returned by ListIterator.next() or ListIterator.previous() with the specified element (optional operation).
set(Double) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDoubleListIterator
Deprecated.
Please use the corresponding type-specific method instead.
set(int, double) - Method in class it.unimi.dsi.fastutil.doubles.DoubleArrayList
 
set(long, double) - Method in class it.unimi.dsi.fastutil.doubles.DoubleBigArrayBigList
 
set(double[][], long, double) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleBigArrays
Sets the element of the given big array of specified index.
set(long, double) - Method in interface it.unimi.dsi.fastutil.doubles.DoubleBigList
Replaces the element at the specified position in this big list with the specified element (optional operation).
set(long, Double) - Method in interface it.unimi.dsi.fastutil.doubles.DoubleBigList
Deprecated.
Please use the corresponding type-specific method instead.
set(double) - Method in interface it.unimi.dsi.fastutil.doubles.DoubleBigListIterator
Replaces the last element returned by DoubleIterator.next() or DoubleBidirectionalIterator.previous() with the specified element (optional operation).
set(Double) - Method in interface it.unimi.dsi.fastutil.doubles.DoubleBigListIterator
Deprecated.
Please use the corresponding type-specific method instead.
set(double) - Method in class it.unimi.dsi.fastutil.doubles.DoubleBigListIterators.BigListIteratorListIterator
 
set(long, double) - Method in class it.unimi.dsi.fastutil.doubles.DoubleBigLists.EmptyBigList
 
set(long, Double) - Method in class it.unimi.dsi.fastutil.doubles.DoubleBigLists.EmptyBigList
Deprecated.
Please use the corresponding type-specific method instead.
set(long, double) - Method in class it.unimi.dsi.fastutil.doubles.DoubleBigLists.ListBigList
 
set(long, double) - Method in class it.unimi.dsi.fastutil.doubles.DoubleBigLists.SynchronizedBigList
 
set(long, Double) - Method in class it.unimi.dsi.fastutil.doubles.DoubleBigLists.SynchronizedBigList
Deprecated.
Please use the corresponding type-specific method instead.
set(long, double) - Method in class it.unimi.dsi.fastutil.doubles.DoubleBigLists.UnmodifiableBigList
 
set(long, Double) - Method in class it.unimi.dsi.fastutil.doubles.DoubleBigLists.UnmodifiableBigList
Deprecated.
Please use the corresponding type-specific method instead.
set(int, double) - Method in interface it.unimi.dsi.fastutil.doubles.DoubleList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, Double) - Method in interface it.unimi.dsi.fastutil.doubles.DoubleList
Deprecated.
Please use the corresponding type-specific method instead.
set(double) - Method in interface it.unimi.dsi.fastutil.doubles.DoubleListIterator
Replaces the last element returned by ListIterator.next() or ListIterator.previous() with the specified element (optional operation).
set(Double) - Method in interface it.unimi.dsi.fastutil.doubles.DoubleListIterator
Deprecated.
Please use the corresponding type-specific method instead.
set(int, double) - Method in class it.unimi.dsi.fastutil.doubles.DoubleLists.EmptyList
 
set(int, Double) - Method in class it.unimi.dsi.fastutil.doubles.DoubleLists.EmptyList
Deprecated.
Please use the corresponding type-specific method instead.
set(int, double) - Method in class it.unimi.dsi.fastutil.doubles.DoubleLists.SynchronizedList
 
set(int, Double) - Method in class it.unimi.dsi.fastutil.doubles.DoubleLists.SynchronizedList
Deprecated.
Please use the corresponding type-specific method instead.
set(int, double) - Method in class it.unimi.dsi.fastutil.doubles.DoubleLists.UnmodifiableList
 
set(int, Double) - Method in class it.unimi.dsi.fastutil.doubles.DoubleLists.UnmodifiableList
Deprecated.
Please use the corresponding type-specific method instead.
set(long, float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatBigList.FloatSubList
 
set(long, float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatBigList
Replaces the element at the specified position in this big list with the specified element (optional operation).
set(int, float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatBigList
Deprecated.
This method should have never been implemented, as it is not part of BigList. It will be removed in the future.
set(long, Float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatBigList
Deprecated.
Please use the corresponding type-specific method instead.
set(float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatBigListIterator
Replaces the last element returned by FloatIterator.next() or FloatBidirectionalIterator.previous() with the specified element (optional operation).
set(Float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatBigListIterator
Deprecated.
Please use the corresponding type-specific method instead.
set(int, float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatList.FloatSubList
 
set(int, float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, Float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatList
Deprecated.
Please use the corresponding type-specific method instead.
set(float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatListIterator
Replaces the last element returned by ListIterator.next() or ListIterator.previous() with the specified element (optional operation).
set(Float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatListIterator
Deprecated.
Please use the corresponding type-specific method instead.
set(int, float) - Method in class it.unimi.dsi.fastutil.floats.FloatArrayList
 
set(long, float) - Method in class it.unimi.dsi.fastutil.floats.FloatBigArrayBigList
 
set(float[][], long, float) - Static method in class it.unimi.dsi.fastutil.floats.FloatBigArrays
Sets the element of the given big array of specified index.
set(long, float) - Method in interface it.unimi.dsi.fastutil.floats.FloatBigList
Replaces the element at the specified position in this big list with the specified element (optional operation).
set(long, Float) - Method in interface it.unimi.dsi.fastutil.floats.FloatBigList
Deprecated.
Please use the corresponding type-specific method instead.
set(float) - Method in interface it.unimi.dsi.fastutil.floats.FloatBigListIterator
Replaces the last element returned by FloatIterator.next() or FloatBidirectionalIterator.previous() with the specified element (optional operation).
set(Float) - Method in interface it.unimi.dsi.fastutil.floats.FloatBigListIterator
Deprecated.
Please use the corresponding type-specific method instead.
set(float) - Method in class it.unimi.dsi.fastutil.floats.FloatBigListIterators.BigListIteratorListIterator
 
set(long, float) - Method in class it.unimi.dsi.fastutil.floats.FloatBigLists.EmptyBigList
 
set(long, Float) - Method in class it.unimi.dsi.fastutil.floats.FloatBigLists.EmptyBigList
Deprecated.
Please use the corresponding type-specific method instead.
set(long, float) - Method in class it.unimi.dsi.fastutil.floats.FloatBigLists.ListBigList
 
set(long, float) - Method in class it.unimi.dsi.fastutil.floats.FloatBigLists.SynchronizedBigList
 
set(long, Float) - Method in class it.unimi.dsi.fastutil.floats.FloatBigLists.SynchronizedBigList
Deprecated.
Please use the corresponding type-specific method instead.
set(long, float) - Method in class it.unimi.dsi.fastutil.floats.FloatBigLists.UnmodifiableBigList
 
set(long, Float) - Method in class it.unimi.dsi.fastutil.floats.FloatBigLists.UnmodifiableBigList
Deprecated.
Please use the corresponding type-specific method instead.
set(int, float) - Method in interface it.unimi.dsi.fastutil.floats.FloatList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, Float) - Method in interface it.unimi.dsi.fastutil.floats.FloatList
Deprecated.
Please use the corresponding type-specific method instead.
set(float) - Method in interface it.unimi.dsi.fastutil.floats.FloatListIterator
Replaces the last element returned by ListIterator.next() or ListIterator.previous() with the specified element (optional operation).
set(Float) - Method in interface it.unimi.dsi.fastutil.floats.FloatListIterator
Deprecated.
Please use the corresponding type-specific method instead.
set(int, float) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.EmptyList
 
set(int, Float) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.EmptyList
Deprecated.
Please use the corresponding type-specific method instead.
set(int, float) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.SynchronizedList
 
set(int, Float) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.SynchronizedList
Deprecated.
Please use the corresponding type-specific method instead.
set(int, float) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.UnmodifiableList
 
set(int, Float) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.UnmodifiableList
Deprecated.
Please use the corresponding type-specific method instead.
set(long, int) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList.IntSubList
 
set(long, int) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList
Replaces the element at the specified position in this big list with the specified element (optional operation).
set(int, int) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList
Deprecated.
This method should have never been implemented, as it is not part of BigList. It will be removed in the future.
set(long, Integer) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList
Deprecated.
Please use the corresponding type-specific method instead.
set(int) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigListIterator
Replaces the last element returned by IntIterator.next() or IntBidirectionalIterator.previous() with the specified element (optional operation).
set(Integer) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigListIterator
Deprecated.
Please use the corresponding type-specific method instead.
set(int, int) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntList.IntSubList
 
set(int, int) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, Integer) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntList
Deprecated.
Please use the corresponding type-specific method instead.
set(int) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntListIterator
Replaces the last element returned by ListIterator.next() or ListIterator.previous() with the specified element (optional operation).
set(Integer) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntListIterator
Deprecated.
Please use the corresponding type-specific method instead.
set(int, int) - Method in class it.unimi.dsi.fastutil.ints.IntArrayList
 
set(long, int) - Method in class it.unimi.dsi.fastutil.ints.IntBigArrayBigList
 
set(int[][], long, int) - Static method in class it.unimi.dsi.fastutil.ints.IntBigArrays
Sets the element of the given big array of specified index.
set(long, int) - Method in interface it.unimi.dsi.fastutil.ints.IntBigList
Replaces the element at the specified position in this big list with the specified element (optional operation).
set(long, Integer) - Method in interface it.unimi.dsi.fastutil.ints.IntBigList
Deprecated.
Please use the corresponding type-specific method instead.
set(int) - Method in interface it.unimi.dsi.fastutil.ints.IntBigListIterator
Replaces the last element returned by IntIterator.next() or IntBidirectionalIterator.previous() with the specified element (optional operation).
set(Integer) - Method in interface it.unimi.dsi.fastutil.ints.IntBigListIterator
Deprecated.
Please use the corresponding type-specific method instead.
set(int) - Method in class it.unimi.dsi.fastutil.ints.IntBigListIterators.BigListIteratorListIterator
 
set(long, int) - Method in class it.unimi.dsi.fastutil.ints.IntBigLists.EmptyBigList
 
set(long, Integer) - Method in class it.unimi.dsi.fastutil.ints.IntBigLists.EmptyBigList
Deprecated.
Please use the corresponding type-specific method instead.
set(long, int) - Method in class it.unimi.dsi.fastutil.ints.IntBigLists.ListBigList
 
set(long, int) - Method in class it.unimi.dsi.fastutil.ints.IntBigLists.SynchronizedBigList
 
set(long, Integer) - Method in class it.unimi.dsi.fastutil.ints.IntBigLists.SynchronizedBigList
Deprecated.
Please use the corresponding type-specific method instead.
set(long, int) - Method in class it.unimi.dsi.fastutil.ints.IntBigLists.UnmodifiableBigList
 
set(long, Integer) - Method in class it.unimi.dsi.fastutil.ints.IntBigLists.UnmodifiableBigList
Deprecated.
Please use the corresponding type-specific method instead.
set(int, int) - Method in interface it.unimi.dsi.fastutil.ints.IntList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, Integer) - Method in interface it.unimi.dsi.fastutil.ints.IntList
Deprecated.
Please use the corresponding type-specific method instead.
set(int) - Method in interface it.unimi.dsi.fastutil.ints.IntListIterator
Replaces the last element returned by ListIterator.next() or ListIterator.previous() with the specified element (optional operation).
set(Integer) - Method in interface it.unimi.dsi.fastutil.ints.IntListIterator
Deprecated.
Please use the corresponding type-specific method instead.
set(int, int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.EmptyList
 
set(int, Integer) - Method in class it.unimi.dsi.fastutil.ints.IntLists.EmptyList
Deprecated.
Please use the corresponding type-specific method instead.
set(int, int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.SynchronizedList
 
set(int, Integer) - Method in class it.unimi.dsi.fastutil.ints.IntLists.SynchronizedList
Deprecated.
Please use the corresponding type-specific method instead.
set(int, int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.UnmodifiableList
 
set(int, Integer) - Method in class it.unimi.dsi.fastutil.ints.IntLists.UnmodifiableList
Deprecated.
Please use the corresponding type-specific method instead.
set(long, long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongBigList.LongSubList
 
set(long, long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongBigList
Replaces the element at the specified position in this big list with the specified element (optional operation).
set(int, long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongBigList
Deprecated.
This method should have never been implemented, as it is not part of BigList. It will be removed in the future.
set(long, Long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongBigList
Deprecated.
Please use the corresponding type-specific method instead.
set(long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongBigListIterator
Replaces the last element returned by LongIterator.next() or LongBidirectionalIterator.previous() with the specified element (optional operation).
set(Long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongBigListIterator
Deprecated.
Please use the corresponding type-specific method instead.
set(int, long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongList.LongSubList
 
set(int, long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, Long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongList
Deprecated.
Please use the corresponding type-specific method instead.
set(long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongListIterator
Replaces the last element returned by ListIterator.next() or ListIterator.previous() with the specified element (optional operation).
set(Long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongListIterator
Deprecated.
Please use the corresponding type-specific method instead.
set(int, long) - Method in class it.unimi.dsi.fastutil.longs.LongArrayList
 
set(long, long) - Method in class it.unimi.dsi.fastutil.longs.LongBigArrayBigList
 
set(long[][], long, long) - Static method in class it.unimi.dsi.fastutil.longs.LongBigArrays
Sets the element of the given big array of specified index.
set(long, long) - Method in interface it.unimi.dsi.fastutil.longs.LongBigList
Replaces the element at the specified position in this big list with the specified element (optional operation).
set(long, Long) - Method in interface it.unimi.dsi.fastutil.longs.LongBigList
Deprecated.
Please use the corresponding type-specific method instead.
set(long) - Method in interface it.unimi.dsi.fastutil.longs.LongBigListIterator
Replaces the last element returned by LongIterator.next() or LongBidirectionalIterator.previous() with the specified element (optional operation).
set(Long) - Method in interface it.unimi.dsi.fastutil.longs.LongBigListIterator
Deprecated.
Please use the corresponding type-specific method instead.
set(long) - Method in class it.unimi.dsi.fastutil.longs.LongBigListIterators.BigListIteratorListIterator
 
set(long, long) - Method in class it.unimi.dsi.fastutil.longs.LongBigLists.EmptyBigList
 
set(long, Long) - Method in class it.unimi.dsi.fastutil.longs.LongBigLists.EmptyBigList
Deprecated.
Please use the corresponding type-specific method instead.
set(long, long) - Method in class it.unimi.dsi.fastutil.longs.LongBigLists.ListBigList
 
set(long, long) - Method in class it.unimi.dsi.fastutil.longs.LongBigLists.SynchronizedBigList
 
set(long, Long) - Method in class it.unimi.dsi.fastutil.longs.LongBigLists.SynchronizedBigList
Deprecated.
Please use the corresponding type-specific method instead.
set(long, long) - Method in class it.unimi.dsi.fastutil.longs.LongBigLists.UnmodifiableBigList
 
set(long, Long) - Method in class it.unimi.dsi.fastutil.longs.LongBigLists.UnmodifiableBigList
Deprecated.
Please use the corresponding type-specific method instead.
set(int, long) - Method in interface it.unimi.dsi.fastutil.longs.LongList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, Long) - Method in interface it.unimi.dsi.fastutil.longs.LongList
Deprecated.
Please use the corresponding type-specific method instead.
set(long) - Method in interface it.unimi.dsi.fastutil.longs.LongListIterator
Replaces the last element returned by ListIterator.next() or ListIterator.previous() with the specified element (optional operation).
set(Long) - Method in interface it.unimi.dsi.fastutil.longs.LongListIterator
Deprecated.
Please use the corresponding type-specific method instead.
set(int, long) - Method in class it.unimi.dsi.fastutil.longs.LongLists.EmptyList
 
set(int, Long) - Method in class it.unimi.dsi.fastutil.longs.LongLists.EmptyList
Deprecated.
Please use the corresponding type-specific method instead.
set(int, long) - Method in class it.unimi.dsi.fastutil.longs.LongLists.SynchronizedList
 
set(int, Long) - Method in class it.unimi.dsi.fastutil.longs.LongLists.SynchronizedList
Deprecated.
Please use the corresponding type-specific method instead.
set(int, long) - Method in class it.unimi.dsi.fastutil.longs.LongLists.UnmodifiableList
 
set(int, Long) - Method in class it.unimi.dsi.fastutil.longs.LongLists.UnmodifiableList
Deprecated.
Please use the corresponding type-specific method instead.
set(long, K) - Method in class it.unimi.dsi.fastutil.objects.AbstractObjectBigList.ObjectSubList
 
set(long, K) - Method in class it.unimi.dsi.fastutil.objects.AbstractObjectBigList
Replaces the element at the specified position in this big list with the specified element (optional operation).
set(int, K) - Method in class it.unimi.dsi.fastutil.objects.AbstractObjectBigList
Deprecated.
This method should have never been implemented, as it is not part of BigList. It will be removed in the future.
set(K) - Method in class it.unimi.dsi.fastutil.objects.AbstractObjectBigListIterator
Replaces the last element returned by Iterator.next() or BidirectionalIterator.previous() with the specified element (optional operation).
set(int, K) - Method in class it.unimi.dsi.fastutil.objects.AbstractObjectList.ObjectSubList
 
set(int, K) - Method in class it.unimi.dsi.fastutil.objects.AbstractObjectList
set(K) - Method in class it.unimi.dsi.fastutil.objects.AbstractObjectListIterator
set(long, K) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList.ReferenceSubList
 
set(long, K) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList
Replaces the element at the specified position in this big list with the specified element (optional operation).
set(int, K) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList
Deprecated.
This method should have never been implemented, as it is not part of BigList. It will be removed in the future.
set(int, K) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceList.ReferenceSubList
 
set(int, K) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceList
set(int, K) - Method in class it.unimi.dsi.fastutil.objects.ObjectArrayList
 
set(long, K) - Method in class it.unimi.dsi.fastutil.objects.ObjectBigArrayBigList
 
set(K[][], long, K) - Static method in class it.unimi.dsi.fastutil.objects.ObjectBigArrays
Sets the element of the given big array of specified index.
set(K) - Method in interface it.unimi.dsi.fastutil.objects.ObjectBigListIterator
Replaces the last element returned by Iterator.next() or BidirectionalIterator.previous() with the specified element (optional operation).
set(K) - Method in class it.unimi.dsi.fastutil.objects.ObjectBigListIterators.BigListIteratorListIterator
 
set(long, K) - Method in class it.unimi.dsi.fastutil.objects.ObjectBigLists.EmptyBigList
 
set(long, K) - Method in class it.unimi.dsi.fastutil.objects.ObjectBigLists.ListBigList
 
set(long, K) - Method in class it.unimi.dsi.fastutil.objects.ObjectBigLists.SynchronizedBigList
 
set(long, K) - Method in class it.unimi.dsi.fastutil.objects.ObjectBigLists.UnmodifiableBigList
 
set(int, K) - Method in class it.unimi.dsi.fastutil.objects.ObjectLists.EmptyList
 
set(int, K) - Method in class it.unimi.dsi.fastutil.objects.ObjectLists.SynchronizedList
 
set(int, K) - Method in class it.unimi.dsi.fastutil.objects.ObjectLists.UnmodifiableList
 
set(int, K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceArrayList
 
set(long, K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigArrayBigList
 
set(long, K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.EmptyBigList
 
set(long, K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.ListBigList
 
set(long, K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.SynchronizedBigList
 
set(long, K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.UnmodifiableBigList
 
set(int, K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.EmptyList
 
set(int, K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.SynchronizedList
 
set(int, K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.UnmodifiableList
 
set(long, short) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortBigList
Replaces the element at the specified position in this big list with the specified element (optional operation).
set(int, short) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortBigList
Deprecated.
This method should have never been implemented, as it is not part of BigList. It will be removed in the future.
set(long, Short) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortBigList
Deprecated.
Please use the corresponding type-specific method instead.
set(long, short) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortBigList.ShortSubList
 
set(short) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortBigListIterator
Replaces the last element returned by ShortIterator.next() or ShortBidirectionalIterator.previous() with the specified element (optional operation).
set(Short) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortBigListIterator
Deprecated.
Please use the corresponding type-specific method instead.
set(int, short) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, Short) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortList
Deprecated.
Please use the corresponding type-specific method instead.
set(int, short) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortList.ShortSubList
 
set(short) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortListIterator
Replaces the last element returned by ListIterator.next() or ListIterator.previous() with the specified element (optional operation).
set(Short) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortListIterator
Deprecated.
Please use the corresponding type-specific method instead.
set(int, short) - Method in class it.unimi.dsi.fastutil.shorts.ShortArrayList
 
set(long, short) - Method in class it.unimi.dsi.fastutil.shorts.ShortBigArrayBigList
 
set(short[][], long, short) - Static method in class it.unimi.dsi.fastutil.shorts.ShortBigArrays
Sets the element of the given big array of specified index.
set(long, short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortBigList
Replaces the element at the specified position in this big list with the specified element (optional operation).
set(long, Short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortBigList
Deprecated.
Please use the corresponding type-specific method instead.
set(short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortBigListIterator
Replaces the last element returned by ShortIterator.next() or ShortBidirectionalIterator.previous() with the specified element (optional operation).
set(Short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortBigListIterator
Deprecated.
Please use the corresponding type-specific method instead.
set(short) - Method in class it.unimi.dsi.fastutil.shorts.ShortBigListIterators.BigListIteratorListIterator
 
set(long, short) - Method in class it.unimi.dsi.fastutil.shorts.ShortBigLists.EmptyBigList
 
set(long, Short) - Method in class it.unimi.dsi.fastutil.shorts.ShortBigLists.EmptyBigList
Deprecated.
Please use the corresponding type-specific method instead.
set(long, short) - Method in class it.unimi.dsi.fastutil.shorts.ShortBigLists.ListBigList
 
set(long, short) - Method in class it.unimi.dsi.fastutil.shorts.ShortBigLists.SynchronizedBigList
 
set(long, Short) - Method in class it.unimi.dsi.fastutil.shorts.ShortBigLists.SynchronizedBigList
Deprecated.
Please use the corresponding type-specific method instead.
set(long, short) - Method in class it.unimi.dsi.fastutil.shorts.ShortBigLists.UnmodifiableBigList
 
set(long, Short) - Method in class it.unimi.dsi.fastutil.shorts.ShortBigLists.UnmodifiableBigList
Deprecated.
Please use the corresponding type-specific method instead.
set(int, short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, Short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortList
Deprecated.
Please use the corresponding type-specific method instead.
set(short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortListIterator
Replaces the last element returned by ListIterator.next() or ListIterator.previous() with the specified element (optional operation).
set(Short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortListIterator
Deprecated.
Please use the corresponding type-specific method instead.
set(int, short) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.EmptyList
 
set(int, Short) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.EmptyList
Deprecated.
Please use the corresponding type-specific method instead.
set(int, short) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.SynchronizedList
 
set(int, Short) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.SynchronizedList
Deprecated.
Please use the corresponding type-specific method instead.
set(int, short) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.UnmodifiableList
 
set(int, Short) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.UnmodifiableList
Deprecated.
Please use the corresponding type-specific method instead.
setLength(boolean[], int) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanArrays
Sets the length of the given array.
setLength(boolean[][], long) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanBigArrays
Sets the length of the given big array.
setLength(byte[], int) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Sets the length of the given array.
setLength(byte[][], long) - Static method in class it.unimi.dsi.fastutil.bytes.ByteBigArrays
Sets the length of the given big array.
setLength(char[], int) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Sets the length of the given array.
setLength(char[][], long) - Static method in class it.unimi.dsi.fastutil.chars.CharBigArrays
Sets the length of the given big array.
setLength(double[], int) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Sets the length of the given array.
setLength(double[][], long) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleBigArrays
Sets the length of the given big array.
setLength(float[], int) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Sets the length of the given array.
setLength(float[][], long) - Static method in class it.unimi.dsi.fastutil.floats.FloatBigArrays
Sets the length of the given big array.
setLength(int[], int) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Sets the length of the given array.
setLength(int[][], long) - Static method in class it.unimi.dsi.fastutil.ints.IntBigArrays
Sets the length of the given big array.
setLength(long[], int) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Sets the length of the given array.
setLength(long[][], long) - Static method in class it.unimi.dsi.fastutil.longs.LongBigArrays
Sets the length of the given big array.
setLength(K[], int) - Static method in class it.unimi.dsi.fastutil.objects.ObjectArrays
Sets the length of the given array.
setLength(K[][], long) - Static method in class it.unimi.dsi.fastutil.objects.ObjectBigArrays
Sets the length of the given big array.
setLength(short[], int) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Sets the length of the given array.
setLength(short[][], long) - Static method in class it.unimi.dsi.fastutil.shorts.ShortBigArrays
Sets the length of the given big array.
setValue(boolean) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2BooleanMap.BasicEntry
 
setValue(Boolean) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2BooleanMap.BasicEntry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ByteMap.BasicEntry
 
setValue(Byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ByteMap.BasicEntry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(char) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2CharMap.BasicEntry
 
setValue(Character) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2CharMap.BasicEntry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(double) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2DoubleMap.BasicEntry
 
setValue(Double) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2DoubleMap.BasicEntry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(float) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2FloatMap.BasicEntry
 
setValue(Float) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2FloatMap.BasicEntry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(int) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2IntMap.BasicEntry
 
setValue(Integer) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2IntMap.BasicEntry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(long) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2LongMap.BasicEntry
 
setValue(Long) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2LongMap.BasicEntry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(V) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ObjectMap.BasicEntry
 
setValue(V) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceMap.BasicEntry
 
setValue(short) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ShortMap.BasicEntry
 
setValue(Short) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ShortMap.BasicEntry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(boolean) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2BooleanMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Boolean) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2BooleanMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(char) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Character) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(double) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Double) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(float) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2FloatMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Float) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2FloatMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(int) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Integer) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(long) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Long) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(short) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ShortMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Short) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ShortMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(boolean) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2BooleanMap.BasicEntry
 
setValue(Boolean) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2BooleanMap.BasicEntry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(byte) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ByteMap.BasicEntry
 
setValue(Byte) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ByteMap.BasicEntry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(char) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2CharMap.BasicEntry
 
setValue(Character) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2CharMap.BasicEntry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(double) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleMap.BasicEntry
 
setValue(Double) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleMap.BasicEntry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(float) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2FloatMap.BasicEntry
 
setValue(Float) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2FloatMap.BasicEntry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(int) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2IntMap.BasicEntry
 
setValue(Integer) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2IntMap.BasicEntry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(long) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2LongMap.BasicEntry
 
setValue(Long) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2LongMap.BasicEntry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(V) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ObjectMap.BasicEntry
 
setValue(V) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ReferenceMap.BasicEntry
 
setValue(short) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ShortMap.BasicEntry
 
setValue(Short) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ShortMap.BasicEntry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(boolean) - Method in interface it.unimi.dsi.fastutil.chars.Char2BooleanMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Boolean) - Method in interface it.unimi.dsi.fastutil.chars.Char2BooleanMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(byte) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Byte) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(char) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Character) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(double) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Double) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(float) - Method in interface it.unimi.dsi.fastutil.chars.Char2FloatMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Float) - Method in interface it.unimi.dsi.fastutil.chars.Char2FloatMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(int) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Integer) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(long) - Method in interface it.unimi.dsi.fastutil.chars.Char2LongMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Long) - Method in interface it.unimi.dsi.fastutil.chars.Char2LongMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(short) - Method in interface it.unimi.dsi.fastutil.chars.Char2ShortMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Short) - Method in interface it.unimi.dsi.fastutil.chars.Char2ShortMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(boolean) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2BooleanMap.BasicEntry
 
setValue(Boolean) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2BooleanMap.BasicEntry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(byte) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteMap.BasicEntry
 
setValue(Byte) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteMap.BasicEntry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(char) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2CharMap.BasicEntry
 
setValue(Character) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2CharMap.BasicEntry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(double) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2DoubleMap.BasicEntry
 
setValue(Double) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2DoubleMap.BasicEntry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(float) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2FloatMap.BasicEntry
 
setValue(Float) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2FloatMap.BasicEntry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(int) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2IntMap.BasicEntry
 
setValue(Integer) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2IntMap.BasicEntry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(long) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2LongMap.BasicEntry
 
setValue(Long) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2LongMap.BasicEntry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(V) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ObjectMap.BasicEntry
 
setValue(V) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ReferenceMap.BasicEntry
 
setValue(short) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ShortMap.BasicEntry
 
setValue(Short) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ShortMap.BasicEntry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(boolean) - Method in interface it.unimi.dsi.fastutil.doubles.Double2BooleanMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Boolean) - Method in interface it.unimi.dsi.fastutil.doubles.Double2BooleanMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(byte) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Byte) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(char) - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Character) - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2DoubleMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2DoubleMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(float) - Method in interface it.unimi.dsi.fastutil.doubles.Double2FloatMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Float) - Method in interface it.unimi.dsi.fastutil.doubles.Double2FloatMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(int) - Method in interface it.unimi.dsi.fastutil.doubles.Double2IntMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Integer) - Method in interface it.unimi.dsi.fastutil.doubles.Double2IntMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(long) - Method in interface it.unimi.dsi.fastutil.doubles.Double2LongMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Long) - Method in interface it.unimi.dsi.fastutil.doubles.Double2LongMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(short) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ShortMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Short) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ShortMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(boolean) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2BooleanMap.BasicEntry
 
setValue(Boolean) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2BooleanMap.BasicEntry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(byte) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ByteMap.BasicEntry
 
setValue(Byte) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ByteMap.BasicEntry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(char) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2CharMap.BasicEntry
 
setValue(Character) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2CharMap.BasicEntry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(double) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleMap.BasicEntry
 
setValue(Double) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleMap.BasicEntry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2FloatMap.BasicEntry
 
setValue(Float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2FloatMap.BasicEntry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(int) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2IntMap.BasicEntry
 
setValue(Integer) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2IntMap.BasicEntry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(long) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2LongMap.BasicEntry
 
setValue(Long) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2LongMap.BasicEntry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(V) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ObjectMap.BasicEntry
 
setValue(V) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ReferenceMap.BasicEntry
 
setValue(short) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ShortMap.BasicEntry
 
setValue(Short) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ShortMap.BasicEntry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(boolean) - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Boolean) - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(byte) - Method in interface it.unimi.dsi.fastutil.floats.Float2ByteMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Byte) - Method in interface it.unimi.dsi.fastutil.floats.Float2ByteMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(char) - Method in interface it.unimi.dsi.fastutil.floats.Float2CharMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Character) - Method in interface it.unimi.dsi.fastutil.floats.Float2CharMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(double) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Double) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(float) - Method in interface it.unimi.dsi.fastutil.floats.Float2FloatMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Float) - Method in interface it.unimi.dsi.fastutil.floats.Float2FloatMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(int) - Method in interface it.unimi.dsi.fastutil.floats.Float2IntMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Integer) - Method in interface it.unimi.dsi.fastutil.floats.Float2IntMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(long) - Method in interface it.unimi.dsi.fastutil.floats.Float2LongMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Long) - Method in interface it.unimi.dsi.fastutil.floats.Float2LongMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(short) - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Short) - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(boolean) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2BooleanMap.BasicEntry
 
setValue(Boolean) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2BooleanMap.BasicEntry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(byte) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ByteMap.BasicEntry
 
setValue(Byte) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ByteMap.BasicEntry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(char) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2CharMap.BasicEntry
 
setValue(Character) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2CharMap.BasicEntry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(double) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2DoubleMap.BasicEntry
 
setValue(Double) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2DoubleMap.BasicEntry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(float) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2FloatMap.BasicEntry
 
setValue(Float) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2FloatMap.BasicEntry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(int) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2IntMap.BasicEntry
 
setValue(Integer) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2IntMap.BasicEntry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(long) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2LongMap.BasicEntry
 
setValue(Long) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2LongMap.BasicEntry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(V) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ObjectMap.BasicEntry
 
setValue(V) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceMap.BasicEntry
 
setValue(short) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ShortMap.BasicEntry
 
setValue(Short) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ShortMap.BasicEntry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(boolean) - Method in interface it.unimi.dsi.fastutil.ints.Int2BooleanMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Boolean) - Method in interface it.unimi.dsi.fastutil.ints.Int2BooleanMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(byte) - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Byte) - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(char) - Method in interface it.unimi.dsi.fastutil.ints.Int2CharMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Character) - Method in interface it.unimi.dsi.fastutil.ints.Int2CharMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(double) - Method in interface it.unimi.dsi.fastutil.ints.Int2DoubleMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Double) - Method in interface it.unimi.dsi.fastutil.ints.Int2DoubleMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(float) - Method in interface it.unimi.dsi.fastutil.ints.Int2FloatMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Float) - Method in interface it.unimi.dsi.fastutil.ints.Int2FloatMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(int) - Method in interface it.unimi.dsi.fastutil.ints.Int2IntMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Integer) - Method in interface it.unimi.dsi.fastutil.ints.Int2IntMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(long) - Method in interface it.unimi.dsi.fastutil.ints.Int2LongMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Long) - Method in interface it.unimi.dsi.fastutil.ints.Int2LongMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(short) - Method in interface it.unimi.dsi.fastutil.ints.Int2ShortMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Short) - Method in interface it.unimi.dsi.fastutil.ints.Int2ShortMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(boolean) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2BooleanMap.BasicEntry
 
setValue(Boolean) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2BooleanMap.BasicEntry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(byte) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ByteMap.BasicEntry
 
setValue(Byte) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ByteMap.BasicEntry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(char) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2CharMap.BasicEntry
 
setValue(Character) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2CharMap.BasicEntry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(double) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2DoubleMap.BasicEntry
 
setValue(Double) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2DoubleMap.BasicEntry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(float) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2FloatMap.BasicEntry
 
setValue(Float) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2FloatMap.BasicEntry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(int) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2IntMap.BasicEntry
 
setValue(Integer) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2IntMap.BasicEntry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2LongMap.BasicEntry
 
setValue(Long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2LongMap.BasicEntry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(V) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ObjectMap.BasicEntry
 
setValue(V) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceMap.BasicEntry
 
setValue(short) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ShortMap.BasicEntry
 
setValue(Short) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ShortMap.BasicEntry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(boolean) - Method in interface it.unimi.dsi.fastutil.longs.Long2BooleanMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Boolean) - Method in interface it.unimi.dsi.fastutil.longs.Long2BooleanMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(byte) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Byte) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(char) - Method in interface it.unimi.dsi.fastutil.longs.Long2CharMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Character) - Method in interface it.unimi.dsi.fastutil.longs.Long2CharMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(double) - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Double) - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(float) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Float) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(int) - Method in interface it.unimi.dsi.fastutil.longs.Long2IntMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Integer) - Method in interface it.unimi.dsi.fastutil.longs.Long2IntMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(long) - Method in interface it.unimi.dsi.fastutil.longs.Long2LongMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Long) - Method in interface it.unimi.dsi.fastutil.longs.Long2LongMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(short) - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Short) - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(boolean) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2BooleanMap.BasicEntry
 
setValue(Boolean) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2BooleanMap.BasicEntry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(byte) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ByteMap.BasicEntry
 
setValue(Byte) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ByteMap.BasicEntry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(char) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2CharMap.BasicEntry
 
setValue(Character) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2CharMap.BasicEntry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(double) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2DoubleMap.BasicEntry
 
setValue(Double) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2DoubleMap.BasicEntry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(float) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2FloatMap.BasicEntry
 
setValue(Float) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2FloatMap.BasicEntry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(int) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2IntMap.BasicEntry
 
setValue(Integer) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2IntMap.BasicEntry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(long) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2LongMap.BasicEntry
 
setValue(Long) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2LongMap.BasicEntry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(V) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ObjectMap.BasicEntry
 
setValue(V) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceMap.BasicEntry
 
setValue(short) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ShortMap.BasicEntry
 
setValue(Short) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ShortMap.BasicEntry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(boolean) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2BooleanMap.BasicEntry
 
setValue(Boolean) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2BooleanMap.BasicEntry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(byte) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ByteMap.BasicEntry
 
setValue(Byte) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ByteMap.BasicEntry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(char) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2CharMap.BasicEntry
 
setValue(Character) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2CharMap.BasicEntry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(double) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleMap.BasicEntry
 
setValue(Double) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleMap.BasicEntry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(float) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2FloatMap.BasicEntry
 
setValue(Float) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2FloatMap.BasicEntry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(int) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2IntMap.BasicEntry
 
setValue(Integer) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2IntMap.BasicEntry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(long) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2LongMap.BasicEntry
 
setValue(Long) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2LongMap.BasicEntry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(V) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ObjectMap.BasicEntry
 
setValue(V) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceMap.BasicEntry
 
setValue(short) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ShortMap.BasicEntry
 
setValue(Short) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ShortMap.BasicEntry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(boolean) - Method in interface it.unimi.dsi.fastutil.objects.Object2BooleanMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Boolean) - Method in interface it.unimi.dsi.fastutil.objects.Object2BooleanMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(byte) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Byte) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(char) - Method in interface it.unimi.dsi.fastutil.objects.Object2CharMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Character) - Method in interface it.unimi.dsi.fastutil.objects.Object2CharMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(double) - Method in interface it.unimi.dsi.fastutil.objects.Object2DoubleMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Double) - Method in interface it.unimi.dsi.fastutil.objects.Object2DoubleMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(float) - Method in interface it.unimi.dsi.fastutil.objects.Object2FloatMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Float) - Method in interface it.unimi.dsi.fastutil.objects.Object2FloatMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(int) - Method in interface it.unimi.dsi.fastutil.objects.Object2IntMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Integer) - Method in interface it.unimi.dsi.fastutil.objects.Object2IntMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(long) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Long) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(short) - Method in interface it.unimi.dsi.fastutil.objects.Object2ShortMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Short) - Method in interface it.unimi.dsi.fastutil.objects.Object2ShortMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(boolean) - Method in interface it.unimi.dsi.fastutil.objects.Reference2BooleanMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Boolean) - Method in interface it.unimi.dsi.fastutil.objects.Reference2BooleanMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(byte) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Byte) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(char) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Character) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(double) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Double) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(float) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Float) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(int) - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Integer) - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(long) - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Long) - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(short) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Short) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(boolean) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2BooleanMap.BasicEntry
 
setValue(Boolean) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2BooleanMap.BasicEntry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(byte) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2ByteMap.BasicEntry
 
setValue(Byte) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2ByteMap.BasicEntry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(char) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2CharMap.BasicEntry
 
setValue(Character) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2CharMap.BasicEntry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(double) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2DoubleMap.BasicEntry
 
setValue(Double) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2DoubleMap.BasicEntry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(float) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2FloatMap.BasicEntry
 
setValue(Float) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2FloatMap.BasicEntry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(int) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2IntMap.BasicEntry
 
setValue(Integer) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2IntMap.BasicEntry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(long) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2LongMap.BasicEntry
 
setValue(Long) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2LongMap.BasicEntry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(V) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2ObjectMap.BasicEntry
 
setValue(V) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2ReferenceMap.BasicEntry
 
setValue(short) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2ShortMap.BasicEntry
 
setValue(Short) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2ShortMap.BasicEntry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(boolean) - Method in interface it.unimi.dsi.fastutil.shorts.Short2BooleanMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Boolean) - Method in interface it.unimi.dsi.fastutil.shorts.Short2BooleanMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(byte) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ByteMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Byte) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ByteMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(char) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Character) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(double) - Method in interface it.unimi.dsi.fastutil.shorts.Short2DoubleMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Double) - Method in interface it.unimi.dsi.fastutil.shorts.Short2DoubleMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(float) - Method in interface it.unimi.dsi.fastutil.shorts.Short2FloatMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Float) - Method in interface it.unimi.dsi.fastutil.shorts.Short2FloatMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(int) - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Integer) - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(long) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Long) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
setValue(short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ShortMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ShortMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanOpenHashSet
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2BooleanLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2BooleanOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2BooleanOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2FloatLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2FloatOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2FloatOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ShortLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ShortOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ShortOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenCustomHashSet
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenHashSet
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteOpenCustomHashSet
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteOpenHashSet
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.chars.Char2BooleanLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.chars.Char2BooleanOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.chars.Char2BooleanOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.chars.Char2CharLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.chars.Char2CharOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.chars.Char2CharOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.chars.Char2FloatLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.chars.Char2FloatOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.chars.Char2FloatOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.chars.Char2IntLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.chars.Char2LongLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.chars.Char2LongOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.chars.Char2LongOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.chars.Char2ShortLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.chars.Char2ShortOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.chars.Char2ShortOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.chars.CharOpenCustomHashSet
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.chars.CharOpenHashSet
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.doubles.Double2BooleanOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.doubles.Double2BooleanOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.doubles.Double2DoubleLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.doubles.Double2DoubleOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.doubles.Double2DoubleOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.doubles.Double2FloatLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.doubles.Double2FloatOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.doubles.Double2FloatOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.doubles.Double2LongLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.doubles.Double2LongOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.doubles.Double2LongOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.doubles.Double2ShortLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.doubles.Double2ShortOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.doubles.Double2ShortOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.doubles.DoubleLinkedOpenCustomHashSet
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.doubles.DoubleLinkedOpenHashSet
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.doubles.DoubleOpenCustomHashSet
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(long) - Method in class it.unimi.dsi.fastutil.doubles.DoubleOpenHashBigSet
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.doubles.DoubleOpenHashSet
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.floats.Float2ByteLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.floats.Float2ByteOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.floats.Float2ByteOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.floats.Float2CharLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.floats.Float2CharOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.floats.Float2CharOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.floats.Float2FloatLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.floats.Float2FloatOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.floats.Float2FloatOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.floats.Float2IntLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.floats.Float2IntOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.floats.Float2IntOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.floats.Float2LongLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.floats.Float2LongOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.floats.Float2LongOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.floats.FloatLinkedOpenCustomHashSet
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.floats.FloatLinkedOpenHashSet
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.floats.FloatOpenCustomHashSet
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(long) - Method in class it.unimi.dsi.fastutil.floats.FloatOpenHashBigSet
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.floats.FloatOpenHashSet
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.ints.Int2BooleanLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.ints.Int2BooleanOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.ints.Int2BooleanOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.ints.Int2CharLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.ints.Int2CharOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.ints.Int2CharOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.ints.Int2DoubleLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.ints.Int2DoubleOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.ints.Int2DoubleOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.ints.Int2IntLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.ints.Int2IntOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.ints.Int2IntOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.ints.Int2LongLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.ints.Int2LongOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.ints.Int2LongOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ObjectLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ObjectOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ObjectOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ShortLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ShortOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ShortOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.ints.IntLinkedOpenCustomHashSet
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.ints.IntLinkedOpenHashSet
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.ints.IntOpenCustomHashSet
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(long) - Method in class it.unimi.dsi.fastutil.ints.IntOpenHashBigSet
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.ints.IntOpenHashSet
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.longs.Long2BooleanLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.longs.Long2BooleanOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.longs.Long2BooleanOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.longs.Long2CharLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.longs.Long2CharOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.longs.Long2CharOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.longs.Long2IntLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.longs.Long2IntOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.longs.Long2IntOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.longs.Long2LongLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.longs.Long2LongOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.longs.Long2LongOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.longs.LongLinkedOpenCustomHashSet
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.longs.LongOpenCustomHashSet
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(long) - Method in class it.unimi.dsi.fastutil.longs.LongOpenHashBigSet
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.longs.LongOpenHashSet
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Object2CharOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Object2CharOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Object2DoubleLinkedOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Object2DoubleLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Object2DoubleOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Object2DoubleOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Object2FloatLinkedOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Object2FloatLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Object2FloatOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Object2FloatOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Object2ShortLinkedOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Object2ShortLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Object2ShortOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Object2ShortOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenCustomHashSet
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenHashSet
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.ObjectOpenCustomHashSet
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(long) - Method in class it.unimi.dsi.fastutil.objects.ObjectOpenHashBigSet
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.ObjectOpenHashSet
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(long) - Method in class it.unimi.dsi.fastutil.objects.ReferenceOpenHashBigSet
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceOpenHashSet
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2BooleanLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2BooleanOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2BooleanOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2ByteLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2ByteOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2ByteOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2DoubleLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2DoubleOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2DoubleOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2ReferenceLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2ReferenceOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2ReferenceOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2ShortLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2ShortOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2ShortOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.shorts.ShortLinkedOpenCustomHashSet
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.shorts.ShortOpenCustomHashSet
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.shorts.ShortOpenHashSet
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
Short2BooleanArrayMap - Class in it.unimi.dsi.fastutil.shorts
A simple, brute-force implementation of a map based on two parallel backing arrays.
Short2BooleanArrayMap(short[], boolean[]) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2BooleanArrayMap
Creates a new empty array map with given key and value backing arrays.
Short2BooleanArrayMap() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2BooleanArrayMap
Creates a new empty array map.
Short2BooleanArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2BooleanArrayMap
Creates a new empty array map of given capacity.
Short2BooleanArrayMap(Short2BooleanMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2BooleanArrayMap
Creates a new empty array map copying the entries of a given map.
Short2BooleanArrayMap(Map<? extends Short, ? extends Boolean>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2BooleanArrayMap
Creates a new empty array map copying the entries of a given map.
Short2BooleanArrayMap(short[], boolean[], int) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2BooleanArrayMap
Creates a new array map with given key and value backing arrays, using the given number of elements.
Short2BooleanAVLTreeMap - Class in it.unimi.dsi.fastutil.shorts
A type-specific AVL tree map with a fast, small-footprint implementation.
Short2BooleanAVLTreeMap() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2BooleanAVLTreeMap
Creates a new empty tree map.
Short2BooleanAVLTreeMap(Comparator<? super Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2BooleanAVLTreeMap
Creates a new empty tree map with the given comparator.
Short2BooleanAVLTreeMap(Map<? extends Short, ? extends Boolean>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2BooleanAVLTreeMap
Creates a new tree map copying a given map.
Short2BooleanAVLTreeMap(SortedMap<Short, Boolean>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2BooleanAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Short2BooleanAVLTreeMap(Short2BooleanMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2BooleanAVLTreeMap
Creates a new tree map copying a given map.
Short2BooleanAVLTreeMap(Short2BooleanSortedMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2BooleanAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Short2BooleanAVLTreeMap(short[], boolean[], Comparator<? super Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2BooleanAVLTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Short2BooleanAVLTreeMap(short[], boolean[]) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2BooleanAVLTreeMap
Creates a new tree map using the elements of two parallel arrays.
short2BooleanEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2BooleanArrayMap
 
short2BooleanEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2BooleanAVLTreeMap
 
short2BooleanEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2BooleanLinkedOpenHashMap
 
short2BooleanEntrySet() - Method in interface it.unimi.dsi.fastutil.shorts.Short2BooleanMap
Returns a type-specific set view of the mappings contained in this map.
short2BooleanEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2BooleanMaps.EmptyMap
 
short2BooleanEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2BooleanMaps.Singleton
 
short2BooleanEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2BooleanMaps.SynchronizedMap
 
short2BooleanEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2BooleanMaps.UnmodifiableMap
 
short2BooleanEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2BooleanOpenCustomHashMap
 
short2BooleanEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2BooleanOpenHashMap
 
short2BooleanEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2BooleanRBTreeMap
 
short2BooleanEntrySet() - Method in interface it.unimi.dsi.fastutil.shorts.Short2BooleanSortedMap
Returns a type-specific sorted-set view of the mappings contained in this map.
short2BooleanEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2BooleanSortedMaps.EmptySortedMap
 
short2BooleanEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2BooleanSortedMaps.Singleton
 
short2BooleanEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2BooleanSortedMaps.SynchronizedSortedMap
 
short2BooleanEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2BooleanSortedMaps.UnmodifiableSortedMap
 
Short2BooleanFunction - Interface in it.unimi.dsi.fastutil.shorts
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Short2BooleanFunctions - Class in it.unimi.dsi.fastutil.shorts
A class providing static methods and objects that do useful things with type-specific functions.
Short2BooleanFunctions.EmptyFunction - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing an empty type-specific function.
Short2BooleanFunctions.Singleton - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing a type-specific singleton function.
Short2BooleanFunctions.SynchronizedFunction - Class in it.unimi.dsi.fastutil.shorts
A synchronized wrapper class for functions.
Short2BooleanFunctions.UnmodifiableFunction - Class in it.unimi.dsi.fastutil.shorts
An unmodifiable wrapper class for functions.
Short2BooleanLinkedOpenHashMap - Class in it.unimi.dsi.fastutil.shorts
A type-specific linked hash map with with a fast, small-footprint implementation.
Short2BooleanLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2BooleanLinkedOpenHashMap
Creates a new hash map.
Short2BooleanLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2BooleanLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Short2BooleanLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2BooleanLinkedOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Short2BooleanLinkedOpenHashMap(Map<? extends Short, ? extends Boolean>, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2BooleanLinkedOpenHashMap
Creates a new hash map copying a given one.
Short2BooleanLinkedOpenHashMap(Map<? extends Short, ? extends Boolean>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2BooleanLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Short2BooleanLinkedOpenHashMap(Short2BooleanMap, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2BooleanLinkedOpenHashMap
Creates a new hash map copying a given type-specific one.
Short2BooleanLinkedOpenHashMap(Short2BooleanMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2BooleanLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Short2BooleanLinkedOpenHashMap(short[], boolean[], float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2BooleanLinkedOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Short2BooleanLinkedOpenHashMap(short[], boolean[]) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2BooleanLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Short2BooleanMap - Interface in it.unimi.dsi.fastutil.shorts
A type-specific Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value.
Short2BooleanMap.Entry - Interface in it.unimi.dsi.fastutil.shorts
A type-specific Map.Entry; provides some additional methods that use polymorphism to avoid (un)boxing.
Short2BooleanMap.FastEntrySet - Interface in it.unimi.dsi.fastutil.shorts
An entry set providing fast iteration.
Short2BooleanMaps - Class in it.unimi.dsi.fastutil.shorts
A class providing static methods and objects that do useful things with type-specific maps.
Short2BooleanMaps.EmptyMap - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing an empty type-specific map.
Short2BooleanMaps.Singleton - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing a type-specific singleton map.
Short2BooleanMaps.SynchronizedMap - Class in it.unimi.dsi.fastutil.shorts
A synchronized wrapper class for maps.
Short2BooleanMaps.UnmodifiableMap - Class in it.unimi.dsi.fastutil.shorts
An unmodifiable wrapper class for maps.
Short2BooleanOpenCustomHashMap - Class in it.unimi.dsi.fastutil.shorts
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
Short2BooleanOpenCustomHashMap(int, float, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2BooleanOpenCustomHashMap
Creates a new hash map.
Short2BooleanOpenCustomHashMap(int, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2BooleanOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Short2BooleanOpenCustomHashMap(ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2BooleanOpenCustomHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Short2BooleanOpenCustomHashMap(Map<? extends Short, ? extends Boolean>, float, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2BooleanOpenCustomHashMap
Creates a new hash map copying a given one.
Short2BooleanOpenCustomHashMap(Map<? extends Short, ? extends Boolean>, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2BooleanOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Short2BooleanOpenCustomHashMap(Short2BooleanMap, float, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2BooleanOpenCustomHashMap
Creates a new hash map copying a given type-specific one.
Short2BooleanOpenCustomHashMap(Short2BooleanMap, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2BooleanOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Short2BooleanOpenCustomHashMap(short[], boolean[], float, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2BooleanOpenCustomHashMap
Creates a new hash map using the elements of two parallel arrays.
Short2BooleanOpenCustomHashMap(short[], boolean[], ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2BooleanOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Short2BooleanOpenHashMap - Class in it.unimi.dsi.fastutil.shorts
A type-specific hash map with a fast, small-footprint implementation.
Short2BooleanOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2BooleanOpenHashMap
Creates a new hash map.
Short2BooleanOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2BooleanOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Short2BooleanOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2BooleanOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Short2BooleanOpenHashMap(Map<? extends Short, ? extends Boolean>, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2BooleanOpenHashMap
Creates a new hash map copying a given one.
Short2BooleanOpenHashMap(Map<? extends Short, ? extends Boolean>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2BooleanOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Short2BooleanOpenHashMap(Short2BooleanMap, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2BooleanOpenHashMap
Creates a new hash map copying a given type-specific one.
Short2BooleanOpenHashMap(Short2BooleanMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2BooleanOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Short2BooleanOpenHashMap(short[], boolean[], float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2BooleanOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Short2BooleanOpenHashMap(short[], boolean[]) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2BooleanOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Short2BooleanRBTreeMap - Class in it.unimi.dsi.fastutil.shorts
A type-specific red-black tree map with a fast, small-footprint implementation.
Short2BooleanRBTreeMap() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2BooleanRBTreeMap
Creates a new empty tree map.
Short2BooleanRBTreeMap(Comparator<? super Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2BooleanRBTreeMap
Creates a new empty tree map with the given comparator.
Short2BooleanRBTreeMap(Map<? extends Short, ? extends Boolean>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2BooleanRBTreeMap
Creates a new tree map copying a given map.
Short2BooleanRBTreeMap(SortedMap<Short, Boolean>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2BooleanRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Short2BooleanRBTreeMap(Short2BooleanMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2BooleanRBTreeMap
Creates a new tree map copying a given map.
Short2BooleanRBTreeMap(Short2BooleanSortedMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2BooleanRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Short2BooleanRBTreeMap(short[], boolean[], Comparator<? super Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2BooleanRBTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Short2BooleanRBTreeMap(short[], boolean[]) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2BooleanRBTreeMap
Creates a new tree map using the elements of two parallel arrays.
Short2BooleanSortedMap - Interface in it.unimi.dsi.fastutil.shorts
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
Short2BooleanSortedMap.FastSortedEntrySet - Interface in it.unimi.dsi.fastutil.shorts
A sorted entry set providing fast iteration.
Short2BooleanSortedMaps - Class in it.unimi.dsi.fastutil.shorts
A class providing static methods and objects that do useful things with type-specific sorted maps.
Short2BooleanSortedMaps.EmptySortedMap - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing an empty type-specific sorted map.
Short2BooleanSortedMaps.Singleton - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing a type-specific singleton sorted map.
Short2BooleanSortedMaps.SynchronizedSortedMap - Class in it.unimi.dsi.fastutil.shorts
A synchronized wrapper class for sorted maps.
Short2BooleanSortedMaps.UnmodifiableSortedMap - Class in it.unimi.dsi.fastutil.shorts
An unmodifiable wrapper class for sorted maps.
Short2ByteArrayMap - Class in it.unimi.dsi.fastutil.shorts
A simple, brute-force implementation of a map based on two parallel backing arrays.
Short2ByteArrayMap(short[], byte[]) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ByteArrayMap
Creates a new empty array map with given key and value backing arrays.
Short2ByteArrayMap() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ByteArrayMap
Creates a new empty array map.
Short2ByteArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ByteArrayMap
Creates a new empty array map of given capacity.
Short2ByteArrayMap(Short2ByteMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ByteArrayMap
Creates a new empty array map copying the entries of a given map.
Short2ByteArrayMap(Map<? extends Short, ? extends Byte>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ByteArrayMap
Creates a new empty array map copying the entries of a given map.
Short2ByteArrayMap(short[], byte[], int) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ByteArrayMap
Creates a new array map with given key and value backing arrays, using the given number of elements.
Short2ByteAVLTreeMap - Class in it.unimi.dsi.fastutil.shorts
A type-specific AVL tree map with a fast, small-footprint implementation.
Short2ByteAVLTreeMap() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ByteAVLTreeMap
Creates a new empty tree map.
Short2ByteAVLTreeMap(Comparator<? super Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ByteAVLTreeMap
Creates a new empty tree map with the given comparator.
Short2ByteAVLTreeMap(Map<? extends Short, ? extends Byte>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ByteAVLTreeMap
Creates a new tree map copying a given map.
Short2ByteAVLTreeMap(SortedMap<Short, Byte>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ByteAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Short2ByteAVLTreeMap(Short2ByteMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ByteAVLTreeMap
Creates a new tree map copying a given map.
Short2ByteAVLTreeMap(Short2ByteSortedMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ByteAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Short2ByteAVLTreeMap(short[], byte[], Comparator<? super Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ByteAVLTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Short2ByteAVLTreeMap(short[], byte[]) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ByteAVLTreeMap
Creates a new tree map using the elements of two parallel arrays.
short2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ByteArrayMap
 
short2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ByteAVLTreeMap
 
short2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ByteLinkedOpenHashMap
 
short2ByteEntrySet() - Method in interface it.unimi.dsi.fastutil.shorts.Short2ByteMap
Returns a type-specific set view of the mappings contained in this map.
short2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ByteMaps.EmptyMap
 
short2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ByteMaps.Singleton
 
short2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ByteMaps.SynchronizedMap
 
short2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ByteMaps.UnmodifiableMap
 
short2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ByteOpenCustomHashMap
 
short2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ByteOpenHashMap
 
short2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ByteRBTreeMap
 
short2ByteEntrySet() - Method in interface it.unimi.dsi.fastutil.shorts.Short2ByteSortedMap
Returns a type-specific sorted-set view of the mappings contained in this map.
short2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ByteSortedMaps.EmptySortedMap
 
short2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ByteSortedMaps.Singleton
 
short2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ByteSortedMaps.SynchronizedSortedMap
 
short2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ByteSortedMaps.UnmodifiableSortedMap
 
Short2ByteFunction - Interface in it.unimi.dsi.fastutil.shorts
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Short2ByteFunctions - Class in it.unimi.dsi.fastutil.shorts
A class providing static methods and objects that do useful things with type-specific functions.
Short2ByteFunctions.EmptyFunction - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing an empty type-specific function.
Short2ByteFunctions.Singleton - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing a type-specific singleton function.
Short2ByteFunctions.SynchronizedFunction - Class in it.unimi.dsi.fastutil.shorts
A synchronized wrapper class for functions.
Short2ByteFunctions.UnmodifiableFunction - Class in it.unimi.dsi.fastutil.shorts
An unmodifiable wrapper class for functions.
Short2ByteLinkedOpenHashMap - Class in it.unimi.dsi.fastutil.shorts
A type-specific linked hash map with with a fast, small-footprint implementation.
Short2ByteLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ByteLinkedOpenHashMap
Creates a new hash map.
Short2ByteLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ByteLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Short2ByteLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ByteLinkedOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Short2ByteLinkedOpenHashMap(Map<? extends Short, ? extends Byte>, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ByteLinkedOpenHashMap
Creates a new hash map copying a given one.
Short2ByteLinkedOpenHashMap(Map<? extends Short, ? extends Byte>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ByteLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Short2ByteLinkedOpenHashMap(Short2ByteMap, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ByteLinkedOpenHashMap
Creates a new hash map copying a given type-specific one.
Short2ByteLinkedOpenHashMap(Short2ByteMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ByteLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Short2ByteLinkedOpenHashMap(short[], byte[], float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ByteLinkedOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Short2ByteLinkedOpenHashMap(short[], byte[]) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ByteLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Short2ByteMap - Interface in it.unimi.dsi.fastutil.shorts
A type-specific Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value.
Short2ByteMap.Entry - Interface in it.unimi.dsi.fastutil.shorts
A type-specific Map.Entry; provides some additional methods that use polymorphism to avoid (un)boxing.
Short2ByteMap.FastEntrySet - Interface in it.unimi.dsi.fastutil.shorts
An entry set providing fast iteration.
Short2ByteMaps - Class in it.unimi.dsi.fastutil.shorts
A class providing static methods and objects that do useful things with type-specific maps.
Short2ByteMaps.EmptyMap - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing an empty type-specific map.
Short2ByteMaps.Singleton - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing a type-specific singleton map.
Short2ByteMaps.SynchronizedMap - Class in it.unimi.dsi.fastutil.shorts
A synchronized wrapper class for maps.
Short2ByteMaps.UnmodifiableMap - Class in it.unimi.dsi.fastutil.shorts
An unmodifiable wrapper class for maps.
Short2ByteOpenCustomHashMap - Class in it.unimi.dsi.fastutil.shorts
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
Short2ByteOpenCustomHashMap(int, float, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ByteOpenCustomHashMap
Creates a new hash map.
Short2ByteOpenCustomHashMap(int, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ByteOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Short2ByteOpenCustomHashMap(ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ByteOpenCustomHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Short2ByteOpenCustomHashMap(Map<? extends Short, ? extends Byte>, float, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ByteOpenCustomHashMap
Creates a new hash map copying a given one.
Short2ByteOpenCustomHashMap(Map<? extends Short, ? extends Byte>, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ByteOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Short2ByteOpenCustomHashMap(Short2ByteMap, float, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ByteOpenCustomHashMap
Creates a new hash map copying a given type-specific one.
Short2ByteOpenCustomHashMap(Short2ByteMap, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ByteOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Short2ByteOpenCustomHashMap(short[], byte[], float, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ByteOpenCustomHashMap
Creates a new hash map using the elements of two parallel arrays.
Short2ByteOpenCustomHashMap(short[], byte[], ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ByteOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Short2ByteOpenHashMap - Class in it.unimi.dsi.fastutil.shorts
A type-specific hash map with a fast, small-footprint implementation.
Short2ByteOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ByteOpenHashMap
Creates a new hash map.
Short2ByteOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ByteOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Short2ByteOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ByteOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Short2ByteOpenHashMap(Map<? extends Short, ? extends Byte>, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ByteOpenHashMap
Creates a new hash map copying a given one.
Short2ByteOpenHashMap(Map<? extends Short, ? extends Byte>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ByteOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Short2ByteOpenHashMap(Short2ByteMap, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ByteOpenHashMap
Creates a new hash map copying a given type-specific one.
Short2ByteOpenHashMap(Short2ByteMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ByteOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Short2ByteOpenHashMap(short[], byte[], float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ByteOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Short2ByteOpenHashMap(short[], byte[]) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ByteOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Short2ByteRBTreeMap - Class in it.unimi.dsi.fastutil.shorts
A type-specific red-black tree map with a fast, small-footprint implementation.
Short2ByteRBTreeMap() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ByteRBTreeMap
Creates a new empty tree map.
Short2ByteRBTreeMap(Comparator<? super Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ByteRBTreeMap
Creates a new empty tree map with the given comparator.
Short2ByteRBTreeMap(Map<? extends Short, ? extends Byte>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ByteRBTreeMap
Creates a new tree map copying a given map.
Short2ByteRBTreeMap(SortedMap<Short, Byte>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ByteRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Short2ByteRBTreeMap(Short2ByteMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ByteRBTreeMap
Creates a new tree map copying a given map.
Short2ByteRBTreeMap(Short2ByteSortedMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ByteRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Short2ByteRBTreeMap(short[], byte[], Comparator<? super Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ByteRBTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Short2ByteRBTreeMap(short[], byte[]) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ByteRBTreeMap
Creates a new tree map using the elements of two parallel arrays.
Short2ByteSortedMap - Interface in it.unimi.dsi.fastutil.shorts
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
Short2ByteSortedMap.FastSortedEntrySet - Interface in it.unimi.dsi.fastutil.shorts
A sorted entry set providing fast iteration.
Short2ByteSortedMaps - Class in it.unimi.dsi.fastutil.shorts
A class providing static methods and objects that do useful things with type-specific sorted maps.
Short2ByteSortedMaps.EmptySortedMap - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing an empty type-specific sorted map.
Short2ByteSortedMaps.Singleton - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing a type-specific singleton sorted map.
Short2ByteSortedMaps.SynchronizedSortedMap - Class in it.unimi.dsi.fastutil.shorts
A synchronized wrapper class for sorted maps.
Short2ByteSortedMaps.UnmodifiableSortedMap - Class in it.unimi.dsi.fastutil.shorts
An unmodifiable wrapper class for sorted maps.
Short2CharArrayMap - Class in it.unimi.dsi.fastutil.shorts
A simple, brute-force implementation of a map based on two parallel backing arrays.
Short2CharArrayMap(short[], char[]) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2CharArrayMap
Creates a new empty array map with given key and value backing arrays.
Short2CharArrayMap() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2CharArrayMap
Creates a new empty array map.
Short2CharArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2CharArrayMap
Creates a new empty array map of given capacity.
Short2CharArrayMap(Short2CharMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2CharArrayMap
Creates a new empty array map copying the entries of a given map.
Short2CharArrayMap(Map<? extends Short, ? extends Character>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2CharArrayMap
Creates a new empty array map copying the entries of a given map.
Short2CharArrayMap(short[], char[], int) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2CharArrayMap
Creates a new array map with given key and value backing arrays, using the given number of elements.
Short2CharAVLTreeMap - Class in it.unimi.dsi.fastutil.shorts
A type-specific AVL tree map with a fast, small-footprint implementation.
Short2CharAVLTreeMap() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2CharAVLTreeMap
Creates a new empty tree map.
Short2CharAVLTreeMap(Comparator<? super Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2CharAVLTreeMap
Creates a new empty tree map with the given comparator.
Short2CharAVLTreeMap(Map<? extends Short, ? extends Character>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2CharAVLTreeMap
Creates a new tree map copying a given map.
Short2CharAVLTreeMap(SortedMap<Short, Character>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2CharAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Short2CharAVLTreeMap(Short2CharMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2CharAVLTreeMap
Creates a new tree map copying a given map.
Short2CharAVLTreeMap(Short2CharSortedMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2CharAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Short2CharAVLTreeMap(short[], char[], Comparator<? super Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2CharAVLTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Short2CharAVLTreeMap(short[], char[]) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2CharAVLTreeMap
Creates a new tree map using the elements of two parallel arrays.
short2CharEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharArrayMap
 
short2CharEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharAVLTreeMap
 
short2CharEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharLinkedOpenHashMap
 
short2CharEntrySet() - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharMap
Returns a type-specific set view of the mappings contained in this map.
short2CharEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.EmptyMap
 
short2CharEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.Singleton
 
short2CharEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.SynchronizedMap
 
short2CharEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.UnmodifiableMap
 
short2CharEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharOpenCustomHashMap
 
short2CharEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharOpenHashMap
 
short2CharEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharRBTreeMap
 
short2CharEntrySet() - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharSortedMap
Returns a type-specific sorted-set view of the mappings contained in this map.
short2CharEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharSortedMaps.EmptySortedMap
 
short2CharEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharSortedMaps.Singleton
 
short2CharEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharSortedMaps.SynchronizedSortedMap
 
short2CharEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharSortedMaps.UnmodifiableSortedMap
 
Short2CharFunction - Interface in it.unimi.dsi.fastutil.shorts
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Short2CharFunctions - Class in it.unimi.dsi.fastutil.shorts
A class providing static methods and objects that do useful things with type-specific functions.
Short2CharFunctions.EmptyFunction - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing an empty type-specific function.
Short2CharFunctions.Singleton - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing a type-specific singleton function.
Short2CharFunctions.SynchronizedFunction - Class in it.unimi.dsi.fastutil.shorts
A synchronized wrapper class for functions.
Short2CharFunctions.UnmodifiableFunction - Class in it.unimi.dsi.fastutil.shorts
An unmodifiable wrapper class for functions.
Short2CharLinkedOpenHashMap - Class in it.unimi.dsi.fastutil.shorts
A type-specific linked hash map with with a fast, small-footprint implementation.
Short2CharLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2CharLinkedOpenHashMap
Creates a new hash map.
Short2CharLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2CharLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Short2CharLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2CharLinkedOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Short2CharLinkedOpenHashMap(Map<? extends Short, ? extends Character>, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2CharLinkedOpenHashMap
Creates a new hash map copying a given one.
Short2CharLinkedOpenHashMap(Map<? extends Short, ? extends Character>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2CharLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Short2CharLinkedOpenHashMap(Short2CharMap, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2CharLinkedOpenHashMap
Creates a new hash map copying a given type-specific one.
Short2CharLinkedOpenHashMap(Short2CharMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2CharLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Short2CharLinkedOpenHashMap(short[], char[], float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2CharLinkedOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Short2CharLinkedOpenHashMap(short[], char[]) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2CharLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Short2CharMap - Interface in it.unimi.dsi.fastutil.shorts
A type-specific Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value.
Short2CharMap.Entry - Interface in it.unimi.dsi.fastutil.shorts
A type-specific Map.Entry; provides some additional methods that use polymorphism to avoid (un)boxing.
Short2CharMap.FastEntrySet - Interface in it.unimi.dsi.fastutil.shorts
An entry set providing fast iteration.
Short2CharMaps - Class in it.unimi.dsi.fastutil.shorts
A class providing static methods and objects that do useful things with type-specific maps.
Short2CharMaps.EmptyMap - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing an empty type-specific map.
Short2CharMaps.Singleton - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing a type-specific singleton map.
Short2CharMaps.SynchronizedMap - Class in it.unimi.dsi.fastutil.shorts
A synchronized wrapper class for maps.
Short2CharMaps.UnmodifiableMap - Class in it.unimi.dsi.fastutil.shorts
An unmodifiable wrapper class for maps.
Short2CharOpenCustomHashMap - Class in it.unimi.dsi.fastutil.shorts
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
Short2CharOpenCustomHashMap(int, float, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2CharOpenCustomHashMap
Creates a new hash map.
Short2CharOpenCustomHashMap(int, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2CharOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Short2CharOpenCustomHashMap(ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2CharOpenCustomHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Short2CharOpenCustomHashMap(Map<? extends Short, ? extends Character>, float, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2CharOpenCustomHashMap
Creates a new hash map copying a given one.
Short2CharOpenCustomHashMap(Map<? extends Short, ? extends Character>, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2CharOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Short2CharOpenCustomHashMap(Short2CharMap, float, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2CharOpenCustomHashMap
Creates a new hash map copying a given type-specific one.
Short2CharOpenCustomHashMap(Short2CharMap, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2CharOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Short2CharOpenCustomHashMap(short[], char[], float, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2CharOpenCustomHashMap
Creates a new hash map using the elements of two parallel arrays.
Short2CharOpenCustomHashMap(short[], char[], ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2CharOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Short2CharOpenHashMap - Class in it.unimi.dsi.fastutil.shorts
A type-specific hash map with a fast, small-footprint implementation.
Short2CharOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2CharOpenHashMap
Creates a new hash map.
Short2CharOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2CharOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Short2CharOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2CharOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Short2CharOpenHashMap(Map<? extends Short, ? extends Character>, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2CharOpenHashMap
Creates a new hash map copying a given one.
Short2CharOpenHashMap(Map<? extends Short, ? extends Character>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2CharOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Short2CharOpenHashMap(Short2CharMap, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2CharOpenHashMap
Creates a new hash map copying a given type-specific one.
Short2CharOpenHashMap(Short2CharMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2CharOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Short2CharOpenHashMap(short[], char[], float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2CharOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Short2CharOpenHashMap(short[], char[]) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2CharOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Short2CharRBTreeMap - Class in it.unimi.dsi.fastutil.shorts
A type-specific red-black tree map with a fast, small-footprint implementation.
Short2CharRBTreeMap() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2CharRBTreeMap
Creates a new empty tree map.
Short2CharRBTreeMap(Comparator<? super Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2CharRBTreeMap
Creates a new empty tree map with the given comparator.
Short2CharRBTreeMap(Map<? extends Short, ? extends Character>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2CharRBTreeMap
Creates a new tree map copying a given map.
Short2CharRBTreeMap(SortedMap<Short, Character>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2CharRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Short2CharRBTreeMap(Short2CharMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2CharRBTreeMap
Creates a new tree map copying a given map.
Short2CharRBTreeMap(Short2CharSortedMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2CharRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Short2CharRBTreeMap(short[], char[], Comparator<? super Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2CharRBTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Short2CharRBTreeMap(short[], char[]) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2CharRBTreeMap
Creates a new tree map using the elements of two parallel arrays.
Short2CharSortedMap - Interface in it.unimi.dsi.fastutil.shorts
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
Short2CharSortedMap.FastSortedEntrySet - Interface in it.unimi.dsi.fastutil.shorts
A sorted entry set providing fast iteration.
Short2CharSortedMaps - Class in it.unimi.dsi.fastutil.shorts
A class providing static methods and objects that do useful things with type-specific sorted maps.
Short2CharSortedMaps.EmptySortedMap - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing an empty type-specific sorted map.
Short2CharSortedMaps.Singleton - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing a type-specific singleton sorted map.
Short2CharSortedMaps.SynchronizedSortedMap - Class in it.unimi.dsi.fastutil.shorts
A synchronized wrapper class for sorted maps.
Short2CharSortedMaps.UnmodifiableSortedMap - Class in it.unimi.dsi.fastutil.shorts
An unmodifiable wrapper class for sorted maps.
Short2DoubleArrayMap - Class in it.unimi.dsi.fastutil.shorts
A simple, brute-force implementation of a map based on two parallel backing arrays.
Short2DoubleArrayMap(short[], double[]) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2DoubleArrayMap
Creates a new empty array map with given key and value backing arrays.
Short2DoubleArrayMap() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2DoubleArrayMap
Creates a new empty array map.
Short2DoubleArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2DoubleArrayMap
Creates a new empty array map of given capacity.
Short2DoubleArrayMap(Short2DoubleMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2DoubleArrayMap
Creates a new empty array map copying the entries of a given map.
Short2DoubleArrayMap(Map<? extends Short, ? extends Double>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2DoubleArrayMap
Creates a new empty array map copying the entries of a given map.
Short2DoubleArrayMap(short[], double[], int) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2DoubleArrayMap
Creates a new array map with given key and value backing arrays, using the given number of elements.
Short2DoubleAVLTreeMap - Class in it.unimi.dsi.fastutil.shorts
A type-specific AVL tree map with a fast, small-footprint implementation.
Short2DoubleAVLTreeMap() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2DoubleAVLTreeMap
Creates a new empty tree map.
Short2DoubleAVLTreeMap(Comparator<? super Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2DoubleAVLTreeMap
Creates a new empty tree map with the given comparator.
Short2DoubleAVLTreeMap(Map<? extends Short, ? extends Double>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2DoubleAVLTreeMap
Creates a new tree map copying a given map.
Short2DoubleAVLTreeMap(SortedMap<Short, Double>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2DoubleAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Short2DoubleAVLTreeMap(Short2DoubleMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2DoubleAVLTreeMap
Creates a new tree map copying a given map.
Short2DoubleAVLTreeMap(Short2DoubleSortedMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2DoubleAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Short2DoubleAVLTreeMap(short[], double[], Comparator<? super Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2DoubleAVLTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Short2DoubleAVLTreeMap(short[], double[]) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2DoubleAVLTreeMap
Creates a new tree map using the elements of two parallel arrays.
short2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2DoubleArrayMap
 
short2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2DoubleAVLTreeMap
 
short2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2DoubleLinkedOpenHashMap
 
short2DoubleEntrySet() - Method in interface it.unimi.dsi.fastutil.shorts.Short2DoubleMap
Returns a type-specific set view of the mappings contained in this map.
short2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2DoubleMaps.EmptyMap
 
short2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2DoubleMaps.Singleton
 
short2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2DoubleMaps.SynchronizedMap
 
short2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2DoubleMaps.UnmodifiableMap
 
short2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2DoubleOpenCustomHashMap
 
short2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2DoubleOpenHashMap
 
short2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2DoubleRBTreeMap
 
short2DoubleEntrySet() - Method in interface it.unimi.dsi.fastutil.shorts.Short2DoubleSortedMap
Returns a type-specific sorted-set view of the mappings contained in this map.
short2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2DoubleSortedMaps.EmptySortedMap
 
short2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2DoubleSortedMaps.Singleton
 
short2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2DoubleSortedMaps.SynchronizedSortedMap
 
short2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2DoubleSortedMaps.UnmodifiableSortedMap
 
Short2DoubleFunction - Interface in it.unimi.dsi.fastutil.shorts
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Short2DoubleFunctions - Class in it.unimi.dsi.fastutil.shorts
A class providing static methods and objects that do useful things with type-specific functions.
Short2DoubleFunctions.EmptyFunction - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing an empty type-specific function.
Short2DoubleFunctions.Singleton - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing a type-specific singleton function.
Short2DoubleFunctions.SynchronizedFunction - Class in it.unimi.dsi.fastutil.shorts
A synchronized wrapper class for functions.
Short2DoubleFunctions.UnmodifiableFunction - Class in it.unimi.dsi.fastutil.shorts
An unmodifiable wrapper class for functions.
Short2DoubleLinkedOpenHashMap - Class in it.unimi.dsi.fastutil.shorts
A type-specific linked hash map with with a fast, small-footprint implementation.
Short2DoubleLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2DoubleLinkedOpenHashMap
Creates a new hash map.
Short2DoubleLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2DoubleLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Short2DoubleLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2DoubleLinkedOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Short2DoubleLinkedOpenHashMap(Map<? extends Short, ? extends Double>, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2DoubleLinkedOpenHashMap
Creates a new hash map copying a given one.
Short2DoubleLinkedOpenHashMap(Map<? extends Short, ? extends Double>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2DoubleLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Short2DoubleLinkedOpenHashMap(Short2DoubleMap, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2DoubleLinkedOpenHashMap
Creates a new hash map copying a given type-specific one.
Short2DoubleLinkedOpenHashMap(Short2DoubleMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2DoubleLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Short2DoubleLinkedOpenHashMap(short[], double[], float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2DoubleLinkedOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Short2DoubleLinkedOpenHashMap(short[], double[]) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2DoubleLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Short2DoubleMap - Interface in it.unimi.dsi.fastutil.shorts
A type-specific Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value.
Short2DoubleMap.Entry - Interface in it.unimi.dsi.fastutil.shorts
A type-specific Map.Entry; provides some additional methods that use polymorphism to avoid (un)boxing.
Short2DoubleMap.FastEntrySet - Interface in it.unimi.dsi.fastutil.shorts
An entry set providing fast iteration.
Short2DoubleMaps - Class in it.unimi.dsi.fastutil.shorts
A class providing static methods and objects that do useful things with type-specific maps.
Short2DoubleMaps.EmptyMap - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing an empty type-specific map.
Short2DoubleMaps.Singleton - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing a type-specific singleton map.
Short2DoubleMaps.SynchronizedMap - Class in it.unimi.dsi.fastutil.shorts
A synchronized wrapper class for maps.
Short2DoubleMaps.UnmodifiableMap - Class in it.unimi.dsi.fastutil.shorts
An unmodifiable wrapper class for maps.
Short2DoubleOpenCustomHashMap - Class in it.unimi.dsi.fastutil.shorts
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
Short2DoubleOpenCustomHashMap(int, float, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2DoubleOpenCustomHashMap
Creates a new hash map.
Short2DoubleOpenCustomHashMap(int, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2DoubleOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Short2DoubleOpenCustomHashMap(ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2DoubleOpenCustomHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Short2DoubleOpenCustomHashMap(Map<? extends Short, ? extends Double>, float, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2DoubleOpenCustomHashMap
Creates a new hash map copying a given one.
Short2DoubleOpenCustomHashMap(Map<? extends Short, ? extends Double>, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2DoubleOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Short2DoubleOpenCustomHashMap(Short2DoubleMap, float, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2DoubleOpenCustomHashMap
Creates a new hash map copying a given type-specific one.
Short2DoubleOpenCustomHashMap(Short2DoubleMap, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2DoubleOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Short2DoubleOpenCustomHashMap(short[], double[], float, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2DoubleOpenCustomHashMap
Creates a new hash map using the elements of two parallel arrays.
Short2DoubleOpenCustomHashMap(short[], double[], ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2DoubleOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Short2DoubleOpenHashMap - Class in it.unimi.dsi.fastutil.shorts
A type-specific hash map with a fast, small-footprint implementation.
Short2DoubleOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2DoubleOpenHashMap
Creates a new hash map.
Short2DoubleOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2DoubleOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Short2DoubleOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2DoubleOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Short2DoubleOpenHashMap(Map<? extends Short, ? extends Double>, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2DoubleOpenHashMap
Creates a new hash map copying a given one.
Short2DoubleOpenHashMap(Map<? extends Short, ? extends Double>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2DoubleOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Short2DoubleOpenHashMap(Short2DoubleMap, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2DoubleOpenHashMap
Creates a new hash map copying a given type-specific one.
Short2DoubleOpenHashMap(Short2DoubleMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2DoubleOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Short2DoubleOpenHashMap(short[], double[], float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2DoubleOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Short2DoubleOpenHashMap(short[], double[]) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2DoubleOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Short2DoubleRBTreeMap - Class in it.unimi.dsi.fastutil.shorts
A type-specific red-black tree map with a fast, small-footprint implementation.
Short2DoubleRBTreeMap() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2DoubleRBTreeMap
Creates a new empty tree map.
Short2DoubleRBTreeMap(Comparator<? super Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2DoubleRBTreeMap
Creates a new empty tree map with the given comparator.
Short2DoubleRBTreeMap(Map<? extends Short, ? extends Double>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2DoubleRBTreeMap
Creates a new tree map copying a given map.
Short2DoubleRBTreeMap(SortedMap<Short, Double>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2DoubleRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Short2DoubleRBTreeMap(Short2DoubleMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2DoubleRBTreeMap
Creates a new tree map copying a given map.
Short2DoubleRBTreeMap(Short2DoubleSortedMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2DoubleRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Short2DoubleRBTreeMap(short[], double[], Comparator<? super Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2DoubleRBTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Short2DoubleRBTreeMap(short[], double[]) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2DoubleRBTreeMap
Creates a new tree map using the elements of two parallel arrays.
Short2DoubleSortedMap - Interface in it.unimi.dsi.fastutil.shorts
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
Short2DoubleSortedMap.FastSortedEntrySet - Interface in it.unimi.dsi.fastutil.shorts
A sorted entry set providing fast iteration.
Short2DoubleSortedMaps - Class in it.unimi.dsi.fastutil.shorts
A class providing static methods and objects that do useful things with type-specific sorted maps.
Short2DoubleSortedMaps.EmptySortedMap - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing an empty type-specific sorted map.
Short2DoubleSortedMaps.Singleton - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing a type-specific singleton sorted map.
Short2DoubleSortedMaps.SynchronizedSortedMap - Class in it.unimi.dsi.fastutil.shorts
A synchronized wrapper class for sorted maps.
Short2DoubleSortedMaps.UnmodifiableSortedMap - Class in it.unimi.dsi.fastutil.shorts
An unmodifiable wrapper class for sorted maps.
Short2FloatArrayMap - Class in it.unimi.dsi.fastutil.shorts
A simple, brute-force implementation of a map based on two parallel backing arrays.
Short2FloatArrayMap(short[], float[]) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatArrayMap
Creates a new empty array map with given key and value backing arrays.
Short2FloatArrayMap() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatArrayMap
Creates a new empty array map.
Short2FloatArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatArrayMap
Creates a new empty array map of given capacity.
Short2FloatArrayMap(Short2FloatMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatArrayMap
Creates a new empty array map copying the entries of a given map.
Short2FloatArrayMap(Map<? extends Short, ? extends Float>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatArrayMap
Creates a new empty array map copying the entries of a given map.
Short2FloatArrayMap(short[], float[], int) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatArrayMap
Creates a new array map with given key and value backing arrays, using the given number of elements.
Short2FloatAVLTreeMap - Class in it.unimi.dsi.fastutil.shorts
A type-specific AVL tree map with a fast, small-footprint implementation.
Short2FloatAVLTreeMap() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatAVLTreeMap
Creates a new empty tree map.
Short2FloatAVLTreeMap(Comparator<? super Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatAVLTreeMap
Creates a new empty tree map with the given comparator.
Short2FloatAVLTreeMap(Map<? extends Short, ? extends Float>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatAVLTreeMap
Creates a new tree map copying a given map.
Short2FloatAVLTreeMap(SortedMap<Short, Float>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Short2FloatAVLTreeMap(Short2FloatMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatAVLTreeMap
Creates a new tree map copying a given map.
Short2FloatAVLTreeMap(Short2FloatSortedMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Short2FloatAVLTreeMap(short[], float[], Comparator<? super Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatAVLTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Short2FloatAVLTreeMap(short[], float[]) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatAVLTreeMap
Creates a new tree map using the elements of two parallel arrays.
short2FloatEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatArrayMap
 
short2FloatEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatAVLTreeMap
 
short2FloatEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatLinkedOpenHashMap
 
short2FloatEntrySet() - Method in interface it.unimi.dsi.fastutil.shorts.Short2FloatMap
Returns a type-specific set view of the mappings contained in this map.
short2FloatEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatMaps.EmptyMap
 
short2FloatEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatMaps.Singleton
 
short2FloatEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatMaps.SynchronizedMap
 
short2FloatEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatMaps.UnmodifiableMap
 
short2FloatEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatOpenCustomHashMap
 
short2FloatEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatOpenHashMap
 
short2FloatEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatRBTreeMap
 
short2FloatEntrySet() - Method in interface it.unimi.dsi.fastutil.shorts.Short2FloatSortedMap
Returns a type-specific sorted-set view of the mappings contained in this map.
short2FloatEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatSortedMaps.EmptySortedMap
 
short2FloatEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatSortedMaps.Singleton
 
short2FloatEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatSortedMaps.SynchronizedSortedMap
 
short2FloatEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatSortedMaps.UnmodifiableSortedMap
 
Short2FloatFunction - Interface in it.unimi.dsi.fastutil.shorts
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Short2FloatFunctions - Class in it.unimi.dsi.fastutil.shorts
A class providing static methods and objects that do useful things with type-specific functions.
Short2FloatFunctions.EmptyFunction - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing an empty type-specific function.
Short2FloatFunctions.Singleton - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing a type-specific singleton function.
Short2FloatFunctions.SynchronizedFunction - Class in it.unimi.dsi.fastutil.shorts
A synchronized wrapper class for functions.
Short2FloatFunctions.UnmodifiableFunction - Class in it.unimi.dsi.fastutil.shorts
An unmodifiable wrapper class for functions.
Short2FloatLinkedOpenHashMap - Class in it.unimi.dsi.fastutil.shorts
A type-specific linked hash map with with a fast, small-footprint implementation.
Short2FloatLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatLinkedOpenHashMap
Creates a new hash map.
Short2FloatLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Short2FloatLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatLinkedOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Short2FloatLinkedOpenHashMap(Map<? extends Short, ? extends Float>, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatLinkedOpenHashMap
Creates a new hash map copying a given one.
Short2FloatLinkedOpenHashMap(Map<? extends Short, ? extends Float>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Short2FloatLinkedOpenHashMap(Short2FloatMap, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatLinkedOpenHashMap
Creates a new hash map copying a given type-specific one.
Short2FloatLinkedOpenHashMap(Short2FloatMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Short2FloatLinkedOpenHashMap(short[], float[], float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatLinkedOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Short2FloatLinkedOpenHashMap(short[], float[]) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Short2FloatMap - Interface in it.unimi.dsi.fastutil.shorts
A type-specific Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value.
Short2FloatMap.Entry - Interface in it.unimi.dsi.fastutil.shorts
A type-specific Map.Entry; provides some additional methods that use polymorphism to avoid (un)boxing.
Short2FloatMap.FastEntrySet - Interface in it.unimi.dsi.fastutil.shorts
An entry set providing fast iteration.
Short2FloatMaps - Class in it.unimi.dsi.fastutil.shorts
A class providing static methods and objects that do useful things with type-specific maps.
Short2FloatMaps.EmptyMap - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing an empty type-specific map.
Short2FloatMaps.Singleton - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing a type-specific singleton map.
Short2FloatMaps.SynchronizedMap - Class in it.unimi.dsi.fastutil.shorts
A synchronized wrapper class for maps.
Short2FloatMaps.UnmodifiableMap - Class in it.unimi.dsi.fastutil.shorts
An unmodifiable wrapper class for maps.
Short2FloatOpenCustomHashMap - Class in it.unimi.dsi.fastutil.shorts
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
Short2FloatOpenCustomHashMap(int, float, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatOpenCustomHashMap
Creates a new hash map.
Short2FloatOpenCustomHashMap(int, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Short2FloatOpenCustomHashMap(ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatOpenCustomHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Short2FloatOpenCustomHashMap(Map<? extends Short, ? extends Float>, float, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatOpenCustomHashMap
Creates a new hash map copying a given one.
Short2FloatOpenCustomHashMap(Map<? extends Short, ? extends Float>, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Short2FloatOpenCustomHashMap(Short2FloatMap, float, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatOpenCustomHashMap
Creates a new hash map copying a given type-specific one.
Short2FloatOpenCustomHashMap(Short2FloatMap, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Short2FloatOpenCustomHashMap(short[], float[], float, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatOpenCustomHashMap
Creates a new hash map using the elements of two parallel arrays.
Short2FloatOpenCustomHashMap(short[], float[], ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Short2FloatOpenHashMap - Class in it.unimi.dsi.fastutil.shorts
A type-specific hash map with a fast, small-footprint implementation.
Short2FloatOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatOpenHashMap
Creates a new hash map.
Short2FloatOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Short2FloatOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Short2FloatOpenHashMap(Map<? extends Short, ? extends Float>, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatOpenHashMap
Creates a new hash map copying a given one.
Short2FloatOpenHashMap(Map<? extends Short, ? extends Float>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Short2FloatOpenHashMap(Short2FloatMap, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatOpenHashMap
Creates a new hash map copying a given type-specific one.
Short2FloatOpenHashMap(Short2FloatMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Short2FloatOpenHashMap(short[], float[], float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Short2FloatOpenHashMap(short[], float[]) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Short2FloatRBTreeMap - Class in it.unimi.dsi.fastutil.shorts
A type-specific red-black tree map with a fast, small-footprint implementation.
Short2FloatRBTreeMap() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatRBTreeMap
Creates a new empty tree map.
Short2FloatRBTreeMap(Comparator<? super Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatRBTreeMap
Creates a new empty tree map with the given comparator.
Short2FloatRBTreeMap(Map<? extends Short, ? extends Float>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatRBTreeMap
Creates a new tree map copying a given map.
Short2FloatRBTreeMap(SortedMap<Short, Float>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Short2FloatRBTreeMap(Short2FloatMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatRBTreeMap
Creates a new tree map copying a given map.
Short2FloatRBTreeMap(Short2FloatSortedMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Short2FloatRBTreeMap(short[], float[], Comparator<? super Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatRBTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Short2FloatRBTreeMap(short[], float[]) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatRBTreeMap
Creates a new tree map using the elements of two parallel arrays.
Short2FloatSortedMap - Interface in it.unimi.dsi.fastutil.shorts
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
Short2FloatSortedMap.FastSortedEntrySet - Interface in it.unimi.dsi.fastutil.shorts
A sorted entry set providing fast iteration.
Short2FloatSortedMaps - Class in it.unimi.dsi.fastutil.shorts
A class providing static methods and objects that do useful things with type-specific sorted maps.
Short2FloatSortedMaps.EmptySortedMap - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing an empty type-specific sorted map.
Short2FloatSortedMaps.Singleton - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing a type-specific singleton sorted map.
Short2FloatSortedMaps.SynchronizedSortedMap - Class in it.unimi.dsi.fastutil.shorts
A synchronized wrapper class for sorted maps.
Short2FloatSortedMaps.UnmodifiableSortedMap - Class in it.unimi.dsi.fastutil.shorts
An unmodifiable wrapper class for sorted maps.
Short2IntArrayMap - Class in it.unimi.dsi.fastutil.shorts
A simple, brute-force implementation of a map based on two parallel backing arrays.
Short2IntArrayMap(short[], int[]) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntArrayMap
Creates a new empty array map with given key and value backing arrays.
Short2IntArrayMap() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntArrayMap
Creates a new empty array map.
Short2IntArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntArrayMap
Creates a new empty array map of given capacity.
Short2IntArrayMap(Short2IntMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntArrayMap
Creates a new empty array map copying the entries of a given map.
Short2IntArrayMap(Map<? extends Short, ? extends Integer>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntArrayMap
Creates a new empty array map copying the entries of a given map.
Short2IntArrayMap(short[], int[], int) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntArrayMap
Creates a new array map with given key and value backing arrays, using the given number of elements.
Short2IntAVLTreeMap - Class in it.unimi.dsi.fastutil.shorts
A type-specific AVL tree map with a fast, small-footprint implementation.
Short2IntAVLTreeMap() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntAVLTreeMap
Creates a new empty tree map.
Short2IntAVLTreeMap(Comparator<? super Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntAVLTreeMap
Creates a new empty tree map with the given comparator.
Short2IntAVLTreeMap(Map<? extends Short, ? extends Integer>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntAVLTreeMap
Creates a new tree map copying a given map.
Short2IntAVLTreeMap(SortedMap<Short, Integer>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Short2IntAVLTreeMap(Short2IntMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntAVLTreeMap
Creates a new tree map copying a given map.
Short2IntAVLTreeMap(Short2IntSortedMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Short2IntAVLTreeMap(short[], int[], Comparator<? super Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntAVLTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Short2IntAVLTreeMap(short[], int[]) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntAVLTreeMap
Creates a new tree map using the elements of two parallel arrays.
short2IntEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntArrayMap
 
short2IntEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntAVLTreeMap
 
short2IntEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntLinkedOpenHashMap
 
short2IntEntrySet() - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntMap
Returns a type-specific set view of the mappings contained in this map.
short2IntEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.EmptyMap
 
short2IntEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.Singleton
 
short2IntEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.SynchronizedMap
 
short2IntEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.UnmodifiableMap
 
short2IntEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntOpenCustomHashMap
 
short2IntEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntOpenHashMap
 
short2IntEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntRBTreeMap
 
short2IntEntrySet() - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntSortedMap
Returns a type-specific sorted-set view of the mappings contained in this map.
short2IntEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.EmptySortedMap
 
short2IntEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.Singleton
 
short2IntEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.SynchronizedSortedMap
 
short2IntEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.UnmodifiableSortedMap
 
Short2IntFunction - Interface in it.unimi.dsi.fastutil.shorts
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Short2IntFunctions - Class in it.unimi.dsi.fastutil.shorts
A class providing static methods and objects that do useful things with type-specific functions.
Short2IntFunctions.EmptyFunction - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing an empty type-specific function.
Short2IntFunctions.Singleton - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing a type-specific singleton function.
Short2IntFunctions.SynchronizedFunction - Class in it.unimi.dsi.fastutil.shorts
A synchronized wrapper class for functions.
Short2IntFunctions.UnmodifiableFunction - Class in it.unimi.dsi.fastutil.shorts
An unmodifiable wrapper class for functions.
Short2IntLinkedOpenHashMap - Class in it.unimi.dsi.fastutil.shorts
A type-specific linked hash map with with a fast, small-footprint implementation.
Short2IntLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntLinkedOpenHashMap
Creates a new hash map.
Short2IntLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Short2IntLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntLinkedOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Short2IntLinkedOpenHashMap(Map<? extends Short, ? extends Integer>, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntLinkedOpenHashMap
Creates a new hash map copying a given one.
Short2IntLinkedOpenHashMap(Map<? extends Short, ? extends Integer>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Short2IntLinkedOpenHashMap(Short2IntMap, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntLinkedOpenHashMap
Creates a new hash map copying a given type-specific one.
Short2IntLinkedOpenHashMap(Short2IntMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Short2IntLinkedOpenHashMap(short[], int[], float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntLinkedOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Short2IntLinkedOpenHashMap(short[], int[]) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Short2IntMap - Interface in it.unimi.dsi.fastutil.shorts
A type-specific Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value.
Short2IntMap.Entry - Interface in it.unimi.dsi.fastutil.shorts
A type-specific Map.Entry; provides some additional methods that use polymorphism to avoid (un)boxing.
Short2IntMap.FastEntrySet - Interface in it.unimi.dsi.fastutil.shorts
An entry set providing fast iteration.
Short2IntMaps - Class in it.unimi.dsi.fastutil.shorts
A class providing static methods and objects that do useful things with type-specific maps.
Short2IntMaps.EmptyMap - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing an empty type-specific map.
Short2IntMaps.Singleton - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing a type-specific singleton map.
Short2IntMaps.SynchronizedMap - Class in it.unimi.dsi.fastutil.shorts
A synchronized wrapper class for maps.
Short2IntMaps.UnmodifiableMap - Class in it.unimi.dsi.fastutil.shorts
An unmodifiable wrapper class for maps.
Short2IntOpenCustomHashMap - Class in it.unimi.dsi.fastutil.shorts
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
Short2IntOpenCustomHashMap(int, float, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntOpenCustomHashMap
Creates a new hash map.
Short2IntOpenCustomHashMap(int, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Short2IntOpenCustomHashMap(ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntOpenCustomHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Short2IntOpenCustomHashMap(Map<? extends Short, ? extends Integer>, float, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntOpenCustomHashMap
Creates a new hash map copying a given one.
Short2IntOpenCustomHashMap(Map<? extends Short, ? extends Integer>, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Short2IntOpenCustomHashMap(Short2IntMap, float, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntOpenCustomHashMap
Creates a new hash map copying a given type-specific one.
Short2IntOpenCustomHashMap(Short2IntMap, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Short2IntOpenCustomHashMap(short[], int[], float, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntOpenCustomHashMap
Creates a new hash map using the elements of two parallel arrays.
Short2IntOpenCustomHashMap(short[], int[], ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Short2IntOpenHashMap - Class in it.unimi.dsi.fastutil.shorts
A type-specific hash map with a fast, small-footprint implementation.
Short2IntOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntOpenHashMap
Creates a new hash map.
Short2IntOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Short2IntOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Short2IntOpenHashMap(Map<? extends Short, ? extends Integer>, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntOpenHashMap
Creates a new hash map copying a given one.
Short2IntOpenHashMap(Map<? extends Short, ? extends Integer>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Short2IntOpenHashMap(Short2IntMap, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntOpenHashMap
Creates a new hash map copying a given type-specific one.
Short2IntOpenHashMap(Short2IntMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Short2IntOpenHashMap(short[], int[], float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Short2IntOpenHashMap(short[], int[]) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Short2IntRBTreeMap - Class in it.unimi.dsi.fastutil.shorts
A type-specific red-black tree map with a fast, small-footprint implementation.
Short2IntRBTreeMap() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntRBTreeMap
Creates a new empty tree map.
Short2IntRBTreeMap(Comparator<? super Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntRBTreeMap
Creates a new empty tree map with the given comparator.
Short2IntRBTreeMap(Map<? extends Short, ? extends Integer>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntRBTreeMap
Creates a new tree map copying a given map.
Short2IntRBTreeMap(SortedMap<Short, Integer>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Short2IntRBTreeMap(Short2IntMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntRBTreeMap
Creates a new tree map copying a given map.
Short2IntRBTreeMap(Short2IntSortedMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Short2IntRBTreeMap(short[], int[], Comparator<? super Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntRBTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Short2IntRBTreeMap(short[], int[]) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntRBTreeMap
Creates a new tree map using the elements of two parallel arrays.
Short2IntSortedMap - Interface in it.unimi.dsi.fastutil.shorts
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
Short2IntSortedMap.FastSortedEntrySet - Interface in it.unimi.dsi.fastutil.shorts
A sorted entry set providing fast iteration.
Short2IntSortedMaps - Class in it.unimi.dsi.fastutil.shorts
A class providing static methods and objects that do useful things with type-specific sorted maps.
Short2IntSortedMaps.EmptySortedMap - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing an empty type-specific sorted map.
Short2IntSortedMaps.Singleton - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing a type-specific singleton sorted map.
Short2IntSortedMaps.SynchronizedSortedMap - Class in it.unimi.dsi.fastutil.shorts
A synchronized wrapper class for sorted maps.
Short2IntSortedMaps.UnmodifiableSortedMap - Class in it.unimi.dsi.fastutil.shorts
An unmodifiable wrapper class for sorted maps.
Short2LongArrayMap - Class in it.unimi.dsi.fastutil.shorts
A simple, brute-force implementation of a map based on two parallel backing arrays.
Short2LongArrayMap(short[], long[]) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongArrayMap
Creates a new empty array map with given key and value backing arrays.
Short2LongArrayMap() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongArrayMap
Creates a new empty array map.
Short2LongArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongArrayMap
Creates a new empty array map of given capacity.
Short2LongArrayMap(Short2LongMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongArrayMap
Creates a new empty array map copying the entries of a given map.
Short2LongArrayMap(Map<? extends Short, ? extends Long>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongArrayMap
Creates a new empty array map copying the entries of a given map.
Short2LongArrayMap(short[], long[], int) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongArrayMap
Creates a new array map with given key and value backing arrays, using the given number of elements.
Short2LongAVLTreeMap - Class in it.unimi.dsi.fastutil.shorts
A type-specific AVL tree map with a fast, small-footprint implementation.
Short2LongAVLTreeMap() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongAVLTreeMap
Creates a new empty tree map.
Short2LongAVLTreeMap(Comparator<? super Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongAVLTreeMap
Creates a new empty tree map with the given comparator.
Short2LongAVLTreeMap(Map<? extends Short, ? extends Long>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongAVLTreeMap
Creates a new tree map copying a given map.
Short2LongAVLTreeMap(SortedMap<Short, Long>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Short2LongAVLTreeMap(Short2LongMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongAVLTreeMap
Creates a new tree map copying a given map.
Short2LongAVLTreeMap(Short2LongSortedMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Short2LongAVLTreeMap(short[], long[], Comparator<? super Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongAVLTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Short2LongAVLTreeMap(short[], long[]) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongAVLTreeMap
Creates a new tree map using the elements of two parallel arrays.
short2LongEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongArrayMap
 
short2LongEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongAVLTreeMap
 
short2LongEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
 
short2LongEntrySet() - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongMap
Returns a type-specific set view of the mappings contained in this map.
short2LongEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.EmptyMap
 
short2LongEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.Singleton
 
short2LongEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.SynchronizedMap
 
short2LongEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.UnmodifiableMap
 
short2LongEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenCustomHashMap
 
short2LongEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenHashMap
 
short2LongEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongRBTreeMap
 
short2LongEntrySet() - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongSortedMap
Returns a type-specific sorted-set view of the mappings contained in this map.
short2LongEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps.EmptySortedMap
 
short2LongEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps.Singleton
 
short2LongEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps.SynchronizedSortedMap
 
short2LongEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps.UnmodifiableSortedMap
 
Short2LongFunction - Interface in it.unimi.dsi.fastutil.shorts
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Short2LongFunctions - Class in it.unimi.dsi.fastutil.shorts
A class providing static methods and objects that do useful things with type-specific functions.
Short2LongFunctions.EmptyFunction - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing an empty type-specific function.
Short2LongFunctions.Singleton - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing a type-specific singleton function.
Short2LongFunctions.SynchronizedFunction - Class in it.unimi.dsi.fastutil.shorts
A synchronized wrapper class for functions.
Short2LongFunctions.UnmodifiableFunction - Class in it.unimi.dsi.fastutil.shorts
An unmodifiable wrapper class for functions.
Short2LongLinkedOpenHashMap - Class in it.unimi.dsi.fastutil.shorts
A type-specific linked hash map with with a fast, small-footprint implementation.
Short2LongLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
Creates a new hash map.
Short2LongLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Short2LongLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Short2LongLinkedOpenHashMap(Map<? extends Short, ? extends Long>, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
Creates a new hash map copying a given one.
Short2LongLinkedOpenHashMap(Map<? extends Short, ? extends Long>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Short2LongLinkedOpenHashMap(Short2LongMap, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
Creates a new hash map copying a given type-specific one.
Short2LongLinkedOpenHashMap(Short2LongMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Short2LongLinkedOpenHashMap(short[], long[], float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Short2LongLinkedOpenHashMap(short[], long[]) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Short2LongMap - Interface in it.unimi.dsi.fastutil.shorts
A type-specific Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value.
Short2LongMap.Entry - Interface in it.unimi.dsi.fastutil.shorts
A type-specific Map.Entry; provides some additional methods that use polymorphism to avoid (un)boxing.
Short2LongMap.FastEntrySet - Interface in it.unimi.dsi.fastutil.shorts
An entry set providing fast iteration.
Short2LongMaps - Class in it.unimi.dsi.fastutil.shorts
A class providing static methods and objects that do useful things with type-specific maps.
Short2LongMaps.EmptyMap - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing an empty type-specific map.
Short2LongMaps.Singleton - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing a type-specific singleton map.
Short2LongMaps.SynchronizedMap - Class in it.unimi.dsi.fastutil.shorts
A synchronized wrapper class for maps.
Short2LongMaps.UnmodifiableMap - Class in it.unimi.dsi.fastutil.shorts
An unmodifiable wrapper class for maps.
Short2LongOpenCustomHashMap - Class in it.unimi.dsi.fastutil.shorts
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
Short2LongOpenCustomHashMap(int, float, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongOpenCustomHashMap
Creates a new hash map.
Short2LongOpenCustomHashMap(int, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Short2LongOpenCustomHashMap(ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongOpenCustomHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Short2LongOpenCustomHashMap(Map<? extends Short, ? extends Long>, float, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongOpenCustomHashMap
Creates a new hash map copying a given one.
Short2LongOpenCustomHashMap(Map<? extends Short, ? extends Long>, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Short2LongOpenCustomHashMap(Short2LongMap, float, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongOpenCustomHashMap
Creates a new hash map copying a given type-specific one.
Short2LongOpenCustomHashMap(Short2LongMap, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Short2LongOpenCustomHashMap(short[], long[], float, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongOpenCustomHashMap
Creates a new hash map using the elements of two parallel arrays.
Short2LongOpenCustomHashMap(short[], long[], ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Short2LongOpenHashMap - Class in it.unimi.dsi.fastutil.shorts
A type-specific hash map with a fast, small-footprint implementation.
Short2LongOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongOpenHashMap
Creates a new hash map.
Short2LongOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Short2LongOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Short2LongOpenHashMap(Map<? extends Short, ? extends Long>, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongOpenHashMap
Creates a new hash map copying a given one.
Short2LongOpenHashMap(Map<? extends Short, ? extends Long>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Short2LongOpenHashMap(Short2LongMap, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongOpenHashMap
Creates a new hash map copying a given type-specific one.
Short2LongOpenHashMap(Short2LongMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Short2LongOpenHashMap(short[], long[], float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Short2LongOpenHashMap(short[], long[]) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Short2LongRBTreeMap - Class in it.unimi.dsi.fastutil.shorts
A type-specific red-black tree map with a fast, small-footprint implementation.
Short2LongRBTreeMap() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongRBTreeMap
Creates a new empty tree map.
Short2LongRBTreeMap(Comparator<? super Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongRBTreeMap
Creates a new empty tree map with the given comparator.
Short2LongRBTreeMap(Map<? extends Short, ? extends Long>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongRBTreeMap
Creates a new tree map copying a given map.
Short2LongRBTreeMap(SortedMap<Short, Long>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Short2LongRBTreeMap(Short2LongMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongRBTreeMap
Creates a new tree map copying a given map.
Short2LongRBTreeMap(Short2LongSortedMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Short2LongRBTreeMap(short[], long[], Comparator<? super Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongRBTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Short2LongRBTreeMap(short[], long[]) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongRBTreeMap
Creates a new tree map using the elements of two parallel arrays.
Short2LongSortedMap - Interface in it.unimi.dsi.fastutil.shorts
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
Short2LongSortedMap.FastSortedEntrySet - Interface in it.unimi.dsi.fastutil.shorts
A sorted entry set providing fast iteration.
Short2LongSortedMaps - Class in it.unimi.dsi.fastutil.shorts
A class providing static methods and objects that do useful things with type-specific sorted maps.
Short2LongSortedMaps.EmptySortedMap - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing an empty type-specific sorted map.
Short2LongSortedMaps.Singleton - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing a type-specific singleton sorted map.
Short2LongSortedMaps.SynchronizedSortedMap - Class in it.unimi.dsi.fastutil.shorts
A synchronized wrapper class for sorted maps.
Short2LongSortedMaps.UnmodifiableSortedMap - Class in it.unimi.dsi.fastutil.shorts
An unmodifiable wrapper class for sorted maps.
Short2ObjectArrayMap<V> - Class in it.unimi.dsi.fastutil.shorts
A simple, brute-force implementation of a map based on two parallel backing arrays.
Short2ObjectArrayMap(short[], Object[]) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectArrayMap
Creates a new empty array map with given key and value backing arrays.
Short2ObjectArrayMap() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectArrayMap
Creates a new empty array map.
Short2ObjectArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectArrayMap
Creates a new empty array map of given capacity.
Short2ObjectArrayMap(Short2ObjectMap<V>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectArrayMap
Creates a new empty array map copying the entries of a given map.
Short2ObjectArrayMap(Map<? extends Short, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectArrayMap
Creates a new empty array map copying the entries of a given map.
Short2ObjectArrayMap(short[], Object[], int) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectArrayMap
Creates a new array map with given key and value backing arrays, using the given number of elements.
Short2ObjectAVLTreeMap<V> - Class in it.unimi.dsi.fastutil.shorts
A type-specific AVL tree map with a fast, small-footprint implementation.
Short2ObjectAVLTreeMap() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectAVLTreeMap
Creates a new empty tree map.
Short2ObjectAVLTreeMap(Comparator<? super Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectAVLTreeMap
Creates a new empty tree map with the given comparator.
Short2ObjectAVLTreeMap(Map<? extends Short, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectAVLTreeMap
Creates a new tree map copying a given map.
Short2ObjectAVLTreeMap(SortedMap<Short, V>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Short2ObjectAVLTreeMap(Short2ObjectMap<? extends V>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectAVLTreeMap
Creates a new tree map copying a given map.
Short2ObjectAVLTreeMap(Short2ObjectSortedMap<V>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Short2ObjectAVLTreeMap(short[], V[], Comparator<? super Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectAVLTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Short2ObjectAVLTreeMap(short[], V[]) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectAVLTreeMap
Creates a new tree map using the elements of two parallel arrays.
short2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectArrayMap
 
short2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectAVLTreeMap
 
short2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectLinkedOpenHashMap
 
short2ObjectEntrySet() - Method in interface it.unimi.dsi.fastutil.shorts.Short2ObjectMap
Returns a type-specific set view of the mappings contained in this map.
short2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.EmptyMap
 
short2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.Singleton
 
short2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.SynchronizedMap
 
short2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.UnmodifiableMap
 
short2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenCustomHashMap
 
short2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap
 
short2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectRBTreeMap
 
short2ObjectEntrySet() - Method in interface it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMap
Returns a type-specific sorted-set view of the mappings contained in this map.
short2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.EmptySortedMap
 
short2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.Singleton
 
short2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.SynchronizedSortedMap
 
short2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.UnmodifiableSortedMap
 
Short2ObjectFunction<V> - Interface in it.unimi.dsi.fastutil.shorts
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Short2ObjectFunctions - Class in it.unimi.dsi.fastutil.shorts
A class providing static methods and objects that do useful things with type-specific functions.
Short2ObjectFunctions.EmptyFunction<V> - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing an empty type-specific function.
Short2ObjectFunctions.Singleton<V> - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing a type-specific singleton function.
Short2ObjectFunctions.SynchronizedFunction<V> - Class in it.unimi.dsi.fastutil.shorts
A synchronized wrapper class for functions.
Short2ObjectFunctions.UnmodifiableFunction<V> - Class in it.unimi.dsi.fastutil.shorts
An unmodifiable wrapper class for functions.
Short2ObjectLinkedOpenHashMap<V> - Class in it.unimi.dsi.fastutil.shorts
A type-specific linked hash map with with a fast, small-footprint implementation.
Short2ObjectLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectLinkedOpenHashMap
Creates a new hash map.
Short2ObjectLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Short2ObjectLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectLinkedOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Short2ObjectLinkedOpenHashMap(Map<? extends Short, ? extends V>, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectLinkedOpenHashMap
Creates a new hash map copying a given one.
Short2ObjectLinkedOpenHashMap(Map<? extends Short, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Short2ObjectLinkedOpenHashMap(Short2ObjectMap<V>, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectLinkedOpenHashMap
Creates a new hash map copying a given type-specific one.
Short2ObjectLinkedOpenHashMap(Short2ObjectMap<V>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Short2ObjectLinkedOpenHashMap(short[], V[], float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectLinkedOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Short2ObjectLinkedOpenHashMap(short[], V[]) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Short2ObjectMap<V> - Interface in it.unimi.dsi.fastutil.shorts
A type-specific Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value.
Short2ObjectMap.Entry<V> - Interface in it.unimi.dsi.fastutil.shorts
A type-specific Map.Entry; provides some additional methods that use polymorphism to avoid (un)boxing.
Short2ObjectMap.FastEntrySet<V> - Interface in it.unimi.dsi.fastutil.shorts
An entry set providing fast iteration.
Short2ObjectMaps - Class in it.unimi.dsi.fastutil.shorts
A class providing static methods and objects that do useful things with type-specific maps.
Short2ObjectMaps.EmptyMap<V> - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing an empty type-specific map.
Short2ObjectMaps.Singleton<V> - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing a type-specific singleton map.
Short2ObjectMaps.SynchronizedMap<V> - Class in it.unimi.dsi.fastutil.shorts
A synchronized wrapper class for maps.
Short2ObjectMaps.UnmodifiableMap<V> - Class in it.unimi.dsi.fastutil.shorts
An unmodifiable wrapper class for maps.
Short2ObjectOpenCustomHashMap<V> - Class in it.unimi.dsi.fastutil.shorts
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
Short2ObjectOpenCustomHashMap(int, float, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenCustomHashMap
Creates a new hash map.
Short2ObjectOpenCustomHashMap(int, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Short2ObjectOpenCustomHashMap(ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenCustomHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Short2ObjectOpenCustomHashMap(Map<? extends Short, ? extends V>, float, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenCustomHashMap
Creates a new hash map copying a given one.
Short2ObjectOpenCustomHashMap(Map<? extends Short, ? extends V>, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Short2ObjectOpenCustomHashMap(Short2ObjectMap<V>, float, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenCustomHashMap
Creates a new hash map copying a given type-specific one.
Short2ObjectOpenCustomHashMap(Short2ObjectMap<V>, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Short2ObjectOpenCustomHashMap(short[], V[], float, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenCustomHashMap
Creates a new hash map using the elements of two parallel arrays.
Short2ObjectOpenCustomHashMap(short[], V[], ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Short2ObjectOpenHashMap<V> - Class in it.unimi.dsi.fastutil.shorts
A type-specific hash map with a fast, small-footprint implementation.
Short2ObjectOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap
Creates a new hash map.
Short2ObjectOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Short2ObjectOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Short2ObjectOpenHashMap(Map<? extends Short, ? extends V>, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap
Creates a new hash map copying a given one.
Short2ObjectOpenHashMap(Map<? extends Short, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Short2ObjectOpenHashMap(Short2ObjectMap<V>, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap
Creates a new hash map copying a given type-specific one.
Short2ObjectOpenHashMap(Short2ObjectMap<V>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Short2ObjectOpenHashMap(short[], V[], float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Short2ObjectOpenHashMap(short[], V[]) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Short2ObjectRBTreeMap<V> - Class in it.unimi.dsi.fastutil.shorts
A type-specific red-black tree map with a fast, small-footprint implementation.
Short2ObjectRBTreeMap() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectRBTreeMap
Creates a new empty tree map.
Short2ObjectRBTreeMap(Comparator<? super Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectRBTreeMap
Creates a new empty tree map with the given comparator.
Short2ObjectRBTreeMap(Map<? extends Short, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectRBTreeMap
Creates a new tree map copying a given map.
Short2ObjectRBTreeMap(SortedMap<Short, V>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Short2ObjectRBTreeMap(Short2ObjectMap<? extends V>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectRBTreeMap
Creates a new tree map copying a given map.
Short2ObjectRBTreeMap(Short2ObjectSortedMap<V>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Short2ObjectRBTreeMap(short[], V[], Comparator<? super Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectRBTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Short2ObjectRBTreeMap(short[], V[]) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectRBTreeMap
Creates a new tree map using the elements of two parallel arrays.
Short2ObjectSortedMap<V> - Interface in it.unimi.dsi.fastutil.shorts
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
Short2ObjectSortedMap.FastSortedEntrySet<V> - Interface in it.unimi.dsi.fastutil.shorts
A sorted entry set providing fast iteration.
Short2ObjectSortedMaps - Class in it.unimi.dsi.fastutil.shorts
A class providing static methods and objects that do useful things with type-specific sorted maps.
Short2ObjectSortedMaps.EmptySortedMap<V> - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing an empty type-specific sorted map.
Short2ObjectSortedMaps.Singleton<V> - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing a type-specific singleton sorted map.
Short2ObjectSortedMaps.SynchronizedSortedMap<V> - Class in it.unimi.dsi.fastutil.shorts
A synchronized wrapper class for sorted maps.
Short2ObjectSortedMaps.UnmodifiableSortedMap<V> - Class in it.unimi.dsi.fastutil.shorts
An unmodifiable wrapper class for sorted maps.
Short2ReferenceArrayMap<V> - Class in it.unimi.dsi.fastutil.shorts
A simple, brute-force implementation of a map based on two parallel backing arrays.
Short2ReferenceArrayMap(short[], Object[]) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ReferenceArrayMap
Creates a new empty array map with given key and value backing arrays.
Short2ReferenceArrayMap() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ReferenceArrayMap
Creates a new empty array map.
Short2ReferenceArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ReferenceArrayMap
Creates a new empty array map of given capacity.
Short2ReferenceArrayMap(Short2ReferenceMap<V>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ReferenceArrayMap
Creates a new empty array map copying the entries of a given map.
Short2ReferenceArrayMap(Map<? extends Short, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ReferenceArrayMap
Creates a new empty array map copying the entries of a given map.
Short2ReferenceArrayMap(short[], Object[], int) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ReferenceArrayMap
Creates a new array map with given key and value backing arrays, using the given number of elements.
Short2ReferenceAVLTreeMap<V> - Class in it.unimi.dsi.fastutil.shorts
A type-specific AVL tree map with a fast, small-footprint implementation.
Short2ReferenceAVLTreeMap() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ReferenceAVLTreeMap
Creates a new empty tree map.
Short2ReferenceAVLTreeMap(Comparator<? super Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ReferenceAVLTreeMap
Creates a new empty tree map with the given comparator.
Short2ReferenceAVLTreeMap(Map<? extends Short, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ReferenceAVLTreeMap
Creates a new tree map copying a given map.
Short2ReferenceAVLTreeMap(SortedMap<Short, V>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ReferenceAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Short2ReferenceAVLTreeMap(Short2ReferenceMap<? extends V>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ReferenceAVLTreeMap
Creates a new tree map copying a given map.
Short2ReferenceAVLTreeMap(Short2ReferenceSortedMap<V>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ReferenceAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Short2ReferenceAVLTreeMap(short[], V[], Comparator<? super Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ReferenceAVLTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Short2ReferenceAVLTreeMap(short[], V[]) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ReferenceAVLTreeMap
Creates a new tree map using the elements of two parallel arrays.
short2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ReferenceArrayMap
 
short2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ReferenceAVLTreeMap
 
short2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ReferenceLinkedOpenHashMap
 
short2ReferenceEntrySet() - Method in interface it.unimi.dsi.fastutil.shorts.Short2ReferenceMap
Returns a type-specific set view of the mappings contained in this map.
short2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ReferenceMaps.EmptyMap
 
short2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ReferenceMaps.Singleton
 
short2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ReferenceMaps.SynchronizedMap
 
short2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ReferenceMaps.UnmodifiableMap
 
short2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ReferenceOpenCustomHashMap
 
short2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ReferenceOpenHashMap
 
short2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ReferenceRBTreeMap
 
short2ReferenceEntrySet() - Method in interface it.unimi.dsi.fastutil.shorts.Short2ReferenceSortedMap
Returns a type-specific sorted-set view of the mappings contained in this map.
short2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ReferenceSortedMaps.EmptySortedMap
 
short2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ReferenceSortedMaps.Singleton
 
short2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ReferenceSortedMaps.SynchronizedSortedMap
 
short2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ReferenceSortedMaps.UnmodifiableSortedMap
 
Short2ReferenceFunction<V> - Interface in it.unimi.dsi.fastutil.shorts
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Short2ReferenceFunctions - Class in it.unimi.dsi.fastutil.shorts
A class providing static methods and objects that do useful things with type-specific functions.
Short2ReferenceFunctions.EmptyFunction<V> - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing an empty type-specific function.
Short2ReferenceFunctions.Singleton<V> - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing a type-specific singleton function.
Short2ReferenceFunctions.SynchronizedFunction<V> - Class in it.unimi.dsi.fastutil.shorts
A synchronized wrapper class for functions.
Short2ReferenceFunctions.UnmodifiableFunction<V> - Class in it.unimi.dsi.fastutil.shorts
An unmodifiable wrapper class for functions.
Short2ReferenceLinkedOpenHashMap<V> - Class in it.unimi.dsi.fastutil.shorts
A type-specific linked hash map with with a fast, small-footprint implementation.
Short2ReferenceLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ReferenceLinkedOpenHashMap
Creates a new hash map.
Short2ReferenceLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ReferenceLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Short2ReferenceLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ReferenceLinkedOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Short2ReferenceLinkedOpenHashMap(Map<? extends Short, ? extends V>, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ReferenceLinkedOpenHashMap
Creates a new hash map copying a given one.
Short2ReferenceLinkedOpenHashMap(Map<? extends Short, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ReferenceLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Short2ReferenceLinkedOpenHashMap(Short2ReferenceMap<V>, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ReferenceLinkedOpenHashMap
Creates a new hash map copying a given type-specific one.
Short2ReferenceLinkedOpenHashMap(Short2ReferenceMap<V>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ReferenceLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Short2ReferenceLinkedOpenHashMap(short[], V[], float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ReferenceLinkedOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Short2ReferenceLinkedOpenHashMap(short[], V[]) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ReferenceLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Short2ReferenceMap<V> - Interface in it.unimi.dsi.fastutil.shorts
A type-specific Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value.
Short2ReferenceMap.Entry<V> - Interface in it.unimi.dsi.fastutil.shorts
A type-specific Map.Entry; provides some additional methods that use polymorphism to avoid (un)boxing.
Short2ReferenceMap.FastEntrySet<V> - Interface in it.unimi.dsi.fastutil.shorts
An entry set providing fast iteration.
Short2ReferenceMaps - Class in it.unimi.dsi.fastutil.shorts
A class providing static methods and objects that do useful things with type-specific maps.
Short2ReferenceMaps.EmptyMap<V> - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing an empty type-specific map.
Short2ReferenceMaps.Singleton<V> - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing a type-specific singleton map.
Short2ReferenceMaps.SynchronizedMap<V> - Class in it.unimi.dsi.fastutil.shorts
A synchronized wrapper class for maps.
Short2ReferenceMaps.UnmodifiableMap<V> - Class in it.unimi.dsi.fastutil.shorts
An unmodifiable wrapper class for maps.
Short2ReferenceOpenCustomHashMap<V> - Class in it.unimi.dsi.fastutil.shorts
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
Short2ReferenceOpenCustomHashMap(int, float, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ReferenceOpenCustomHashMap
Creates a new hash map.
Short2ReferenceOpenCustomHashMap(int, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ReferenceOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Short2ReferenceOpenCustomHashMap(ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ReferenceOpenCustomHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Short2ReferenceOpenCustomHashMap(Map<? extends Short, ? extends V>, float, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ReferenceOpenCustomHashMap
Creates a new hash map copying a given one.
Short2ReferenceOpenCustomHashMap(Map<? extends Short, ? extends V>, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ReferenceOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Short2ReferenceOpenCustomHashMap(Short2ReferenceMap<V>, float, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ReferenceOpenCustomHashMap
Creates a new hash map copying a given type-specific one.
Short2ReferenceOpenCustomHashMap(Short2ReferenceMap<V>, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ReferenceOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Short2ReferenceOpenCustomHashMap(short[], V[], float, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ReferenceOpenCustomHashMap
Creates a new hash map using the elements of two parallel arrays.
Short2ReferenceOpenCustomHashMap(short[], V[], ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ReferenceOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Short2ReferenceOpenHashMap<V> - Class in it.unimi.dsi.fastutil.shorts
A type-specific hash map with a fast, small-footprint implementation.
Short2ReferenceOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ReferenceOpenHashMap
Creates a new hash map.
Short2ReferenceOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ReferenceOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Short2ReferenceOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ReferenceOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Short2ReferenceOpenHashMap(Map<? extends Short, ? extends V>, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ReferenceOpenHashMap
Creates a new hash map copying a given one.
Short2ReferenceOpenHashMap(Map<? extends Short, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ReferenceOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Short2ReferenceOpenHashMap(Short2ReferenceMap<V>, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ReferenceOpenHashMap
Creates a new hash map copying a given type-specific one.
Short2ReferenceOpenHashMap(Short2ReferenceMap<V>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ReferenceOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Short2ReferenceOpenHashMap(short[], V[], float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ReferenceOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Short2ReferenceOpenHashMap(short[], V[]) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ReferenceOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Short2ReferenceRBTreeMap<V> - Class in it.unimi.dsi.fastutil.shorts
A type-specific red-black tree map with a fast, small-footprint implementation.
Short2ReferenceRBTreeMap() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ReferenceRBTreeMap
Creates a new empty tree map.
Short2ReferenceRBTreeMap(Comparator<? super Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ReferenceRBTreeMap
Creates a new empty tree map with the given comparator.
Short2ReferenceRBTreeMap(Map<? extends Short, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ReferenceRBTreeMap
Creates a new tree map copying a given map.
Short2ReferenceRBTreeMap(SortedMap<Short, V>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ReferenceRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Short2ReferenceRBTreeMap(Short2ReferenceMap<? extends V>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ReferenceRBTreeMap
Creates a new tree map copying a given map.
Short2ReferenceRBTreeMap(Short2ReferenceSortedMap<V>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ReferenceRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Short2ReferenceRBTreeMap(short[], V[], Comparator<? super Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ReferenceRBTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Short2ReferenceRBTreeMap(short[], V[]) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ReferenceRBTreeMap
Creates a new tree map using the elements of two parallel arrays.
Short2ReferenceSortedMap<V> - Interface in it.unimi.dsi.fastutil.shorts
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
Short2ReferenceSortedMap.FastSortedEntrySet<V> - Interface in it.unimi.dsi.fastutil.shorts
A sorted entry set providing fast iteration.
Short2ReferenceSortedMaps - Class in it.unimi.dsi.fastutil.shorts
A class providing static methods and objects that do useful things with type-specific sorted maps.
Short2ReferenceSortedMaps.EmptySortedMap<V> - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing an empty type-specific sorted map.
Short2ReferenceSortedMaps.Singleton<V> - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing a type-specific singleton sorted map.
Short2ReferenceSortedMaps.SynchronizedSortedMap<V> - Class in it.unimi.dsi.fastutil.shorts
A synchronized wrapper class for sorted maps.
Short2ReferenceSortedMaps.UnmodifiableSortedMap<V> - Class in it.unimi.dsi.fastutil.shorts
An unmodifiable wrapper class for sorted maps.
Short2ShortArrayMap - Class in it.unimi.dsi.fastutil.shorts
A simple, brute-force implementation of a map based on two parallel backing arrays.
Short2ShortArrayMap(short[], short[]) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ShortArrayMap
Creates a new empty array map with given key and value backing arrays.
Short2ShortArrayMap() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ShortArrayMap
Creates a new empty array map.
Short2ShortArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ShortArrayMap
Creates a new empty array map of given capacity.
Short2ShortArrayMap(Short2ShortMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ShortArrayMap
Creates a new empty array map copying the entries of a given map.
Short2ShortArrayMap(Map<? extends Short, ? extends Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ShortArrayMap
Creates a new empty array map copying the entries of a given map.
Short2ShortArrayMap(short[], short[], int) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ShortArrayMap
Creates a new array map with given key and value backing arrays, using the given number of elements.
Short2ShortAVLTreeMap - Class in it.unimi.dsi.fastutil.shorts
A type-specific AVL tree map with a fast, small-footprint implementation.
Short2ShortAVLTreeMap() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ShortAVLTreeMap
Creates a new empty tree map.
Short2ShortAVLTreeMap(Comparator<? super Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ShortAVLTreeMap
Creates a new empty tree map with the given comparator.
Short2ShortAVLTreeMap(Map<? extends Short, ? extends Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ShortAVLTreeMap
Creates a new tree map copying a given map.
Short2ShortAVLTreeMap(SortedMap<Short, Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ShortAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Short2ShortAVLTreeMap(Short2ShortMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ShortAVLTreeMap
Creates a new tree map copying a given map.
Short2ShortAVLTreeMap(Short2ShortSortedMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ShortAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Short2ShortAVLTreeMap(short[], short[], Comparator<? super Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ShortAVLTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Short2ShortAVLTreeMap(short[], short[]) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ShortAVLTreeMap
Creates a new tree map using the elements of two parallel arrays.
short2ShortEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ShortArrayMap
 
short2ShortEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ShortAVLTreeMap
 
short2ShortEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ShortLinkedOpenHashMap
 
short2ShortEntrySet() - Method in interface it.unimi.dsi.fastutil.shorts.Short2ShortMap
Returns a type-specific set view of the mappings contained in this map.
short2ShortEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ShortMaps.EmptyMap
 
short2ShortEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ShortMaps.Singleton
 
short2ShortEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ShortMaps.SynchronizedMap
 
short2ShortEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ShortMaps.UnmodifiableMap
 
short2ShortEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ShortOpenCustomHashMap
 
short2ShortEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ShortOpenHashMap
 
short2ShortEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ShortRBTreeMap
 
short2ShortEntrySet() - Method in interface it.unimi.dsi.fastutil.shorts.Short2ShortSortedMap
Returns a type-specific sorted-set view of the mappings contained in this map.
short2ShortEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ShortSortedMaps.EmptySortedMap
 
short2ShortEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ShortSortedMaps.Singleton
 
short2ShortEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ShortSortedMaps.SynchronizedSortedMap
 
short2ShortEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ShortSortedMaps.UnmodifiableSortedMap
 
Short2ShortFunction - Interface in it.unimi.dsi.fastutil.shorts
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Short2ShortFunctions - Class in it.unimi.dsi.fastutil.shorts
A class providing static methods and objects that do useful things with type-specific functions.
Short2ShortFunctions.EmptyFunction - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing an empty type-specific function.
Short2ShortFunctions.Singleton - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing a type-specific singleton function.
Short2ShortFunctions.SynchronizedFunction - Class in it.unimi.dsi.fastutil.shorts
A synchronized wrapper class for functions.
Short2ShortFunctions.UnmodifiableFunction - Class in it.unimi.dsi.fastutil.shorts
An unmodifiable wrapper class for functions.
Short2ShortLinkedOpenHashMap - Class in it.unimi.dsi.fastutil.shorts
A type-specific linked hash map with with a fast, small-footprint implementation.
Short2ShortLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ShortLinkedOpenHashMap
Creates a new hash map.
Short2ShortLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ShortLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Short2ShortLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ShortLinkedOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Short2ShortLinkedOpenHashMap(Map<? extends Short, ? extends Short>, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ShortLinkedOpenHashMap
Creates a new hash map copying a given one.
Short2ShortLinkedOpenHashMap(Map<? extends Short, ? extends Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ShortLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Short2ShortLinkedOpenHashMap(Short2ShortMap, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ShortLinkedOpenHashMap
Creates a new hash map copying a given type-specific one.
Short2ShortLinkedOpenHashMap(Short2ShortMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ShortLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Short2ShortLinkedOpenHashMap(short[], short[], float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ShortLinkedOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Short2ShortLinkedOpenHashMap(short[], short[]) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ShortLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Short2ShortMap - Interface in it.unimi.dsi.fastutil.shorts
A type-specific Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value.
Short2ShortMap.Entry - Interface in it.unimi.dsi.fastutil.shorts
A type-specific Map.Entry; provides some additional methods that use polymorphism to avoid (un)boxing.
Short2ShortMap.FastEntrySet - Interface in it.unimi.dsi.fastutil.shorts
An entry set providing fast iteration.
Short2ShortMaps - Class in it.unimi.dsi.fastutil.shorts
A class providing static methods and objects that do useful things with type-specific maps.
Short2ShortMaps.EmptyMap - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing an empty type-specific map.
Short2ShortMaps.Singleton - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing a type-specific singleton map.
Short2ShortMaps.SynchronizedMap - Class in it.unimi.dsi.fastutil.shorts
A synchronized wrapper class for maps.
Short2ShortMaps.UnmodifiableMap - Class in it.unimi.dsi.fastutil.shorts
An unmodifiable wrapper class for maps.
Short2ShortOpenCustomHashMap - Class in it.unimi.dsi.fastutil.shorts
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
Short2ShortOpenCustomHashMap(int, float, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ShortOpenCustomHashMap
Creates a new hash map.
Short2ShortOpenCustomHashMap(int, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ShortOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Short2ShortOpenCustomHashMap(ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ShortOpenCustomHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Short2ShortOpenCustomHashMap(Map<? extends Short, ? extends Short>, float, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ShortOpenCustomHashMap
Creates a new hash map copying a given one.
Short2ShortOpenCustomHashMap(Map<? extends Short, ? extends Short>, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ShortOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Short2ShortOpenCustomHashMap(Short2ShortMap, float, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ShortOpenCustomHashMap
Creates a new hash map copying a given type-specific one.
Short2ShortOpenCustomHashMap(Short2ShortMap, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ShortOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Short2ShortOpenCustomHashMap(short[], short[], float, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ShortOpenCustomHashMap
Creates a new hash map using the elements of two parallel arrays.
Short2ShortOpenCustomHashMap(short[], short[], ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ShortOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Short2ShortOpenHashMap - Class in it.unimi.dsi.fastutil.shorts
A type-specific hash map with a fast, small-footprint implementation.
Short2ShortOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ShortOpenHashMap
Creates a new hash map.
Short2ShortOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ShortOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Short2ShortOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ShortOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Short2ShortOpenHashMap(Map<? extends Short, ? extends Short>, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ShortOpenHashMap
Creates a new hash map copying a given one.
Short2ShortOpenHashMap(Map<? extends Short, ? extends Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ShortOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Short2ShortOpenHashMap(Short2ShortMap, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ShortOpenHashMap
Creates a new hash map copying a given type-specific one.
Short2ShortOpenHashMap(Short2ShortMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ShortOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Short2ShortOpenHashMap(short[], short[], float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ShortOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Short2ShortOpenHashMap(short[], short[]) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ShortOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Short2ShortRBTreeMap - Class in it.unimi.dsi.fastutil.shorts
A type-specific red-black tree map with a fast, small-footprint implementation.
Short2ShortRBTreeMap() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ShortRBTreeMap
Creates a new empty tree map.
Short2ShortRBTreeMap(Comparator<? super Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ShortRBTreeMap
Creates a new empty tree map with the given comparator.
Short2ShortRBTreeMap(Map<? extends Short, ? extends Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ShortRBTreeMap
Creates a new tree map copying a given map.
Short2ShortRBTreeMap(SortedMap<Short, Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ShortRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Short2ShortRBTreeMap(Short2ShortMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ShortRBTreeMap
Creates a new tree map copying a given map.
Short2ShortRBTreeMap(Short2ShortSortedMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ShortRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Short2ShortRBTreeMap(short[], short[], Comparator<? super Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ShortRBTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Short2ShortRBTreeMap(short[], short[]) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ShortRBTreeMap
Creates a new tree map using the elements of two parallel arrays.
Short2ShortSortedMap - Interface in it.unimi.dsi.fastutil.shorts
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
Short2ShortSortedMap.FastSortedEntrySet - Interface in it.unimi.dsi.fastutil.shorts
A sorted entry set providing fast iteration.
Short2ShortSortedMaps - Class in it.unimi.dsi.fastutil.shorts
A class providing static methods and objects that do useful things with type-specific sorted maps.
Short2ShortSortedMaps.EmptySortedMap - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing an empty type-specific sorted map.
Short2ShortSortedMaps.Singleton - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing a type-specific singleton sorted map.
Short2ShortSortedMaps.SynchronizedSortedMap - Class in it.unimi.dsi.fastutil.shorts
A synchronized wrapper class for sorted maps.
Short2ShortSortedMaps.UnmodifiableSortedMap - Class in it.unimi.dsi.fastutil.shorts
An unmodifiable wrapper class for sorted maps.
ShortArrayFIFOQueue - Class in it.unimi.dsi.fastutil.shorts
A type-specific array-based FIFO queue, supporting also deque operations.
ShortArrayFIFOQueue(int) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortArrayFIFOQueue
Creates a new empty queue with given capacity.
ShortArrayFIFOQueue() - Constructor for class it.unimi.dsi.fastutil.shorts.ShortArrayFIFOQueue
Creates a new empty queue with standard initial capacity.
ShortArrayFrontCodedList - Class in it.unimi.dsi.fastutil.shorts
Compact storage of lists of arrays using front coding.
ShortArrayFrontCodedList(Iterator<short[]>, int) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortArrayFrontCodedList
Creates a new front-coded list containing the arrays returned by the given iterator.
ShortArrayFrontCodedList(Collection<short[]>, int) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortArrayFrontCodedList
Creates a new front-coded list containing the arrays in the given collection.
ShortArrayIndirectPriorityQueue - Class in it.unimi.dsi.fastutil.shorts
A type-specific array-based semi-indirect priority queue.
ShortArrayIndirectPriorityQueue(short[], int, ShortComparator) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortArrayIndirectPriorityQueue
Creates a new empty queue without elements with a given capacity and comparator.
ShortArrayIndirectPriorityQueue(short[], int) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortArrayIndirectPriorityQueue
Creates a new empty queue with given capacity and using the natural order.
ShortArrayIndirectPriorityQueue(short[], ShortComparator) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortArrayIndirectPriorityQueue
Creates a new empty queue with capacity equal to the length of the reference array and a given comparator.
ShortArrayIndirectPriorityQueue(short[]) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortArrayIndirectPriorityQueue
Creates a new empty queue with capacity equal to the length of the reference array and using the natural order.
ShortArrayIndirectPriorityQueue(short[], int[], int, ShortComparator) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortArrayIndirectPriorityQueue
Wraps a given array in a queue using a given comparator.
ShortArrayIndirectPriorityQueue(short[], int[], ShortComparator) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortArrayIndirectPriorityQueue
Wraps a given array in a queue using a given comparator.
ShortArrayIndirectPriorityQueue(short[], int[], int) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortArrayIndirectPriorityQueue
Wraps a given array in a queue using the natural order.
ShortArrayIndirectPriorityQueue(short[], int[]) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortArrayIndirectPriorityQueue
Wraps a given array in a queue using the natural order.
ShortArrayList - Class in it.unimi.dsi.fastutil.shorts
A type-specific array-based list; provides some additional methods that use polymorphism to avoid (un)boxing.
ShortArrayList(short[], boolean) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortArrayList
Creates a new array list using a given array.
ShortArrayList(int) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortArrayList
Creates a new array list with given capacity.
ShortArrayList() - Constructor for class it.unimi.dsi.fastutil.shorts.ShortArrayList
Creates a new array list with ShortArrayList.DEFAULT_INITIAL_CAPACITY capacity.
ShortArrayList(Collection<? extends Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortArrayList
Creates a new array list and fills it with a given collection.
ShortArrayList(ShortCollection) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortArrayList
Creates a new array list and fills it with a given type-specific collection.
ShortArrayList(ShortList) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortArrayList
Creates a new array list and fills it with a given type-specific list.
ShortArrayList(short[]) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortArrayList
Creates a new array list and fills it with the elements of a given array.
ShortArrayList(short[], int, int) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortArrayList
Creates a new array list and fills it with the elements of a given array.
ShortArrayList(Iterator<? extends Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortArrayList
Creates a new array list and fills it with the elements returned by an iterator..
ShortArrayList(ShortIterator) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortArrayList
Creates a new array list and fills it with the elements returned by a type-specific iterator..
ShortArrayPriorityQueue - Class in it.unimi.dsi.fastutil.shorts
A type-specific array-based priority queue.
ShortArrayPriorityQueue(int, ShortComparator) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortArrayPriorityQueue
Creates a new empty queue with a given capacity and comparator.
ShortArrayPriorityQueue(int) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortArrayPriorityQueue
Creates a new empty queue with a given capacity and using the natural order.
ShortArrayPriorityQueue(ShortComparator) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortArrayPriorityQueue
Creates a new empty queue with a given comparator.
ShortArrayPriorityQueue() - Constructor for class it.unimi.dsi.fastutil.shorts.ShortArrayPriorityQueue
Creates a new empty queue using the natural order.
ShortArrayPriorityQueue(short[], int, ShortComparator) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortArrayPriorityQueue
Wraps a given array in a queue using a given comparator.
ShortArrayPriorityQueue(short[], ShortComparator) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortArrayPriorityQueue
Wraps a given array in a queue using a given comparator.
ShortArrayPriorityQueue(short[], int) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortArrayPriorityQueue
Wraps a given array in a queue using the natural order.
ShortArrayPriorityQueue(short[]) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortArrayPriorityQueue
Wraps a given array in a queue using the natural order.
ShortArrays - Class in it.unimi.dsi.fastutil.shorts
A class providing static methods and objects that do useful things with type-specific arrays.
ShortArrays.ForkJoinQuickSort - Class in it.unimi.dsi.fastutil.shorts
 
ShortArrays.ForkJoinQuickSort2 - Class in it.unimi.dsi.fastutil.shorts
 
ShortArrays.ForkJoinQuickSortComp - Class in it.unimi.dsi.fastutil.shorts
 
ShortArrays.ForkJoinQuickSortIndirect - Class in it.unimi.dsi.fastutil.shorts
 
ShortArrays.Segment - Class in it.unimi.dsi.fastutil.shorts
 
ShortArraySet - Class in it.unimi.dsi.fastutil.shorts
A simple, brute-force implementation of a set based on a backing array.
ShortArraySet(short[]) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortArraySet
Creates a new array set using the given backing array.
ShortArraySet() - Constructor for class it.unimi.dsi.fastutil.shorts.ShortArraySet
Creates a new empty array set.
ShortArraySet(int) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortArraySet
Creates a new empty array set of given initial capacity.
ShortArraySet(ShortCollection) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortArraySet
Creates a new array set copying the contents of a given collection.
ShortArraySet(Collection<? extends Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortArraySet
Creates a new array set copying the contents of a given set.
ShortArraySet(short[], int) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortArraySet
Creates a new array set using the given backing array and the given number of elements of the array.
ShortAVLTreeSet - Class in it.unimi.dsi.fastutil.shorts
A type-specific AVL tree set with a fast, small-footprint implementation.
ShortAVLTreeSet() - Constructor for class it.unimi.dsi.fastutil.shorts.ShortAVLTreeSet
Creates a new empty tree set.
ShortAVLTreeSet(Comparator<? super Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortAVLTreeSet
Creates a new empty tree set with the given comparator.
ShortAVLTreeSet(Collection<? extends Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortAVLTreeSet
Creates a new tree set copying a given set.
ShortAVLTreeSet(SortedSet<Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortAVLTreeSet
Creates a new tree set copying a given sorted set (and its Comparator).
ShortAVLTreeSet(ShortCollection) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortAVLTreeSet
Creates a new tree set copying a given type-specific collection.
ShortAVLTreeSet(ShortSortedSet) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortAVLTreeSet
Creates a new tree set copying a given type-specific sorted set (and its Comparator).
ShortAVLTreeSet(ShortIterator) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortAVLTreeSet
Creates a new tree set using elements provided by a type-specific iterator.
ShortAVLTreeSet(Iterator<?>) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortAVLTreeSet
Creates a new tree set using elements provided by an iterator.
ShortAVLTreeSet(short[], int, int, Comparator<? super Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortAVLTreeSet
Creates a new tree set and fills it with the elements of a given array using a given Comparator.
ShortAVLTreeSet(short[], int, int) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortAVLTreeSet
Creates a new tree set and fills it with the elements of a given array.
ShortAVLTreeSet(short[]) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortAVLTreeSet
Creates a new tree set copying the elements of an array.
ShortAVLTreeSet(short[], Comparator<? super Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortAVLTreeSet
Creates a new tree set copying the elements of an array using a given Comparator.
ShortBidirectionalIterator - Interface in it.unimi.dsi.fastutil.shorts
A type-specific bidirectional iterator; provides an additional method to avoid (un)boxing, and the possibility to skip elements backwards.
ShortBigArrayBigList - Class in it.unimi.dsi.fastutil.shorts
A type-specific big list based on a big array; provides some additional methods that use polymorphism to avoid (un)boxing.
ShortBigArrayBigList(short[][], boolean) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortBigArrayBigList
Creates a new big-array big list using a given array.
ShortBigArrayBigList(long) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortBigArrayBigList
Creates a new big-array big list with given capacity.
ShortBigArrayBigList() - Constructor for class it.unimi.dsi.fastutil.shorts.ShortBigArrayBigList
Creates a new big-array big list with ShortBigArrayBigList.DEFAULT_INITIAL_CAPACITY capacity.
ShortBigArrayBigList(ShortCollection) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortBigArrayBigList
Creates a new big-array big list and fills it with a given type-specific collection.
ShortBigArrayBigList(ShortBigList) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortBigArrayBigList
Creates a new big-array big list and fills it with a given type-specific list.
ShortBigArrayBigList(short[][]) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortBigArrayBigList
Creates a new big-array big list and fills it with the elements of a given big array.
ShortBigArrayBigList(short[][], long, long) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortBigArrayBigList
Creates a new big-array big list and fills it with the elements of a given big array.
ShortBigArrayBigList(Iterator<? extends Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortBigArrayBigList
Creates a new big-array big list and fills it with the elements returned by an iterator..
ShortBigArrayBigList(ShortIterator) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortBigArrayBigList
Creates a new big-array big list and fills it with the elements returned by a type-specific iterator..
ShortBigArrays - Class in it.unimi.dsi.fastutil.shorts
A class providing static methods and objects that do useful things with big arrays.
ShortBigList - Interface in it.unimi.dsi.fastutil.shorts
A type-specific BigList; provides some additional methods that use polymorphism to avoid (un)boxing.
ShortBigListIterator - Interface in it.unimi.dsi.fastutil.shorts
A type-specific BigListIterator.
ShortBigListIterators - Class in it.unimi.dsi.fastutil.shorts
A class providing static methods and objects that do useful things with type-specific iterators.
ShortBigListIterators.BigListIteratorListIterator - Class in it.unimi.dsi.fastutil.shorts
A class exposing a list iterator as a big-list iterator..
ShortBigListIterators.EmptyBigListIterator - Class in it.unimi.dsi.fastutil.shorts
A class returning no elements and a type-specific big list iterator interface.
ShortBigListIterators.UnmodifiableBigListIterator - Class in it.unimi.dsi.fastutil.shorts
An unmodifiable wrapper class for big list iterators.
ShortBigLists - Class in it.unimi.dsi.fastutil.shorts
A class providing static methods and objects that do useful things with type-specific big lists.
ShortBigLists.EmptyBigList - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing an empty type-specific big list.
ShortBigLists.ListBigList - Class in it.unimi.dsi.fastutil.shorts
A class exposing a list as a big list.
ShortBigLists.Singleton - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing a type-specific singleton big list.
ShortBigLists.SynchronizedBigList - Class in it.unimi.dsi.fastutil.shorts
A synchronized wrapper class for big lists.
ShortBigLists.UnmodifiableBigList - Class in it.unimi.dsi.fastutil.shorts
An unmodifiable wrapper class for big lists.
ShortCollection - Interface in it.unimi.dsi.fastutil.shorts
A type-specific Collection; provides some additional methods that use polymorphism to avoid (un)boxing.
ShortCollections - Class in it.unimi.dsi.fastutil.shorts
A class providing static methods and objects that do useful things with type-specific collections.
ShortCollections.EmptyCollection - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing an empty type-specific collection.
ShortCollections.IterableCollection - Class in it.unimi.dsi.fastutil.shorts
A collection wrapper class for iterables.
ShortCollections.SynchronizedCollection - Class in it.unimi.dsi.fastutil.shorts
A synchronized wrapper class for collections.
ShortCollections.UnmodifiableCollection - Class in it.unimi.dsi.fastutil.shorts
An unmodifiable wrapper class for collections.
ShortComparator - Interface in it.unimi.dsi.fastutil.shorts
A type-specific Comparator; provides methods to compare two primitive types both as objects and as primitive types.
ShortComparators - Class in it.unimi.dsi.fastutil.shorts
A class providing static methods and objects that do useful things with comparators.
ShortComparators.NaturalImplicitComparator - Class in it.unimi.dsi.fastutil.shorts
A type-specific comparator mimicking the natural order.
ShortComparators.OppositeComparator - Class in it.unimi.dsi.fastutil.shorts
 
ShortComparators.OppositeImplicitComparator - Class in it.unimi.dsi.fastutil.shorts
A type-specific comparator mimicking the opposite of the natural order.
ShortHash - Interface in it.unimi.dsi.fastutil.shorts
A type-specific Hash interface.
ShortHash.Strategy - Interface in it.unimi.dsi.fastutil.shorts
A type-specific hash strategy.
ShortHeapIndirectPriorityQueue - Class in it.unimi.dsi.fastutil.shorts
A type-specific heap-based indirect priority queue.
ShortHeapIndirectPriorityQueue(short[], int, ShortComparator) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortHeapIndirectPriorityQueue
Creates a new empty queue with a given capacity and comparator.
ShortHeapIndirectPriorityQueue(short[], int) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortHeapIndirectPriorityQueue
Creates a new empty queue with a given capacity and using the natural order.
ShortHeapIndirectPriorityQueue(short[], ShortComparator) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortHeapIndirectPriorityQueue
Creates a new empty queue with capacity equal to the length of the reference array and a given comparator.
ShortHeapIndirectPriorityQueue(short[]) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortHeapIndirectPriorityQueue
Creates a new empty queue with capacity equal to the length of the reference array and using the natural order.
ShortHeapIndirectPriorityQueue(short[], int[], int, ShortComparator) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortHeapIndirectPriorityQueue
Wraps a given array in a queue using a given comparator.
ShortHeapIndirectPriorityQueue(short[], int[], ShortComparator) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortHeapIndirectPriorityQueue
Wraps a given array in a queue using a given comparator.
ShortHeapIndirectPriorityQueue(short[], int[], int) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortHeapIndirectPriorityQueue
Wraps a given array in a queue using the natural order.
ShortHeapIndirectPriorityQueue(short[], int[]) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortHeapIndirectPriorityQueue
Wraps a given array in a queue using the natural order.
ShortHeapPriorityQueue - Class in it.unimi.dsi.fastutil.shorts
A type-specific heap-based priority queue.
ShortHeapPriorityQueue(int, ShortComparator) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortHeapPriorityQueue
Creates a new empty queue with a given capacity and comparator.
ShortHeapPriorityQueue(int) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortHeapPriorityQueue
Creates a new empty queue with a given capacity and using the natural order.
ShortHeapPriorityQueue(ShortComparator) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortHeapPriorityQueue
Creates a new empty queue with a given comparator.
ShortHeapPriorityQueue() - Constructor for class it.unimi.dsi.fastutil.shorts.ShortHeapPriorityQueue
Creates a new empty queue using the natural order.
ShortHeapPriorityQueue(short[], int, ShortComparator) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortHeapPriorityQueue
Wraps a given array in a queue using a given comparator.
ShortHeapPriorityQueue(short[], ShortComparator) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortHeapPriorityQueue
Wraps a given array in a queue using a given comparator.
ShortHeapPriorityQueue(short[], int) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortHeapPriorityQueue
Wraps a given array in a queue using the natural order.
ShortHeapPriorityQueue(short[]) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortHeapPriorityQueue
Wraps a given array in a queue using the natural order.
ShortHeapPriorityQueue(ShortCollection, ShortComparator) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortHeapPriorityQueue
Creates a queue using the elements in a type-specific collection using a given comparator.
ShortHeapPriorityQueue(ShortCollection) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortHeapPriorityQueue
Creates a queue using the elements in a type-specific collection using the natural order.
ShortHeapPriorityQueue(Collection<? extends Short>, ShortComparator) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortHeapPriorityQueue
Creates a queue using the elements in a collection using a given comparator.
ShortHeapPriorityQueue(Collection<? extends Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortHeapPriorityQueue
Creates a queue using the elements in a collection using the natural order.
ShortHeaps - Class in it.unimi.dsi.fastutil.shorts
A class providing static methods and objects that do useful things with heaps.
ShortHeapSemiIndirectPriorityQueue - Class in it.unimi.dsi.fastutil.shorts
A type-specific heap-based semi-indirect priority queue.
ShortHeapSemiIndirectPriorityQueue(short[], int, ShortComparator) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortHeapSemiIndirectPriorityQueue
Creates a new empty queue without elements with a given capacity and comparator.
ShortHeapSemiIndirectPriorityQueue(short[], int) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortHeapSemiIndirectPriorityQueue
Creates a new empty queue with given capacity and using the natural order.
ShortHeapSemiIndirectPriorityQueue(short[], ShortComparator) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortHeapSemiIndirectPriorityQueue
Creates a new empty queue with capacity equal to the length of the reference array and a given comparator.
ShortHeapSemiIndirectPriorityQueue(short[]) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortHeapSemiIndirectPriorityQueue
Creates a new empty queue with capacity equal to the length of the reference array and using the natural order.
ShortHeapSemiIndirectPriorityQueue(short[], int[], int, ShortComparator) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortHeapSemiIndirectPriorityQueue
Wraps a given array in a queue using a given comparator.
ShortHeapSemiIndirectPriorityQueue(short[], int[], ShortComparator) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortHeapSemiIndirectPriorityQueue
Wraps a given array in a queue using a given comparator.
ShortHeapSemiIndirectPriorityQueue(short[], int[], int) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortHeapSemiIndirectPriorityQueue
Wraps a given array in a queue using the natural order.
ShortHeapSemiIndirectPriorityQueue(short[], int[]) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortHeapSemiIndirectPriorityQueue
Wraps a given array in a queue using the natural order.
ShortIndirectHeaps - Class in it.unimi.dsi.fastutil.shorts
A class providing static methods and objects that do useful things with indirect heaps.
ShortIndirectPriorityQueue - Interface in it.unimi.dsi.fastutil.shorts
A type-specific IndirectPriorityQueue.
ShortIterable - Interface in it.unimi.dsi.fastutil.shorts
A type-specific Iterable that strengthens that specification of Iterable.iterator().
shortIterator() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortCollection
Deprecated.
As of fastutil 5, replaced by AbstractShortCollection.iterator().
shortIterator() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortSortedSet
Deprecated.
As of fastutil 5, replaced by AbstractShortSortedSet.iterator().
shortIterator() - Method in interface it.unimi.dsi.fastutil.shorts.ShortCollection
Deprecated.
As of fastutil 5, replaced by ShortCollection.iterator().
shortIterator() - Method in class it.unimi.dsi.fastutil.shorts.ShortCollections.SynchronizedCollection
Deprecated.
shortIterator() - Method in class it.unimi.dsi.fastutil.shorts.ShortCollections.UnmodifiableCollection
Deprecated.
ShortIterator - Interface in it.unimi.dsi.fastutil.shorts
A type-specific Iterator; provides an additional method to avoid (un)boxing, and the possibility to skip elements.
shortIterator() - Method in interface it.unimi.dsi.fastutil.shorts.ShortSortedSet
Deprecated.
As of fastutil 5, replaced by ShortSortedSet.iterator().
shortIterator() - Method in class it.unimi.dsi.fastutil.shorts.ShortSortedSets.EmptySet
Deprecated.
As of fastutil 5, replaced by ShortCollections.EmptyCollection.iterator().
shortIterator() - Method in class it.unimi.dsi.fastutil.shorts.ShortSortedSets.Singleton
Deprecated.
As of fastutil 5, replaced by ShortSets.Singleton.iterator().
shortIterator() - Method in class it.unimi.dsi.fastutil.shorts.ShortSortedSets.SynchronizedSortedSet
Deprecated.
shortIterator() - Method in class it.unimi.dsi.fastutil.shorts.ShortSortedSets.UnmodifiableSortedSet
Deprecated.
ShortIterators - Class in it.unimi.dsi.fastutil.shorts
A class providing static methods and objects that do useful things with type-specific iterators.
ShortIterators.ByteIteratorWrapper - Class in it.unimi.dsi.fastutil.shorts
A wrapper promoting the results of a ByteIterator.
ShortIterators.EmptyIterator - Class in it.unimi.dsi.fastutil.shorts
A class returning no elements and a type-specific iterator interface.
ShortIterators.UnmodifiableBidirectionalIterator - Class in it.unimi.dsi.fastutil.shorts
An unmodifiable wrapper class for bidirectional iterators.
ShortIterators.UnmodifiableIterator - Class in it.unimi.dsi.fastutil.shorts
An unmodifiable wrapper class for iterators.
ShortIterators.UnmodifiableListIterator - Class in it.unimi.dsi.fastutil.shorts
An unmodifiable wrapper class for list iterators.
ShortIteratorWrapper(ShortIterator) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleIterators.ShortIteratorWrapper
 
ShortIteratorWrapper(ShortIterator) - Constructor for class it.unimi.dsi.fastutil.floats.FloatIterators.ShortIteratorWrapper
 
ShortIteratorWrapper(ShortIterator) - Constructor for class it.unimi.dsi.fastutil.ints.IntIterators.ShortIteratorWrapper
 
ShortIteratorWrapper(ShortIterator) - Constructor for class it.unimi.dsi.fastutil.longs.LongIterators.ShortIteratorWrapper
 
ShortLinkedOpenCustomHashSet - Class in it.unimi.dsi.fastutil.shorts
A type-specific linked hash set with with a fast, small-footprint implementation.
ShortLinkedOpenCustomHashSet(int, float, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortLinkedOpenCustomHashSet
Creates a new hash set.
ShortLinkedOpenCustomHashSet(int, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortLinkedOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor.
ShortLinkedOpenCustomHashSet(ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortLinkedOpenCustomHashSet
Creates a new hash set with initial expected Hash.DEFAULT_INITIAL_SIZE elements and Hash.DEFAULT_LOAD_FACTOR as load factor.
ShortLinkedOpenCustomHashSet(Collection<? extends Short>, float, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortLinkedOpenCustomHashSet
Creates a new hash set copying a given collection.
ShortLinkedOpenCustomHashSet(Collection<? extends Short>, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortLinkedOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given collection.
ShortLinkedOpenCustomHashSet(ShortCollection, float, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortLinkedOpenCustomHashSet
Creates a new hash set copying a given type-specific collection.
ShortLinkedOpenCustomHashSet(ShortCollection, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortLinkedOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific collection.
ShortLinkedOpenCustomHashSet(ShortIterator, float, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortLinkedOpenCustomHashSet
Creates a new hash set using elements provided by a type-specific iterator.
ShortLinkedOpenCustomHashSet(ShortIterator, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortLinkedOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator.
ShortLinkedOpenCustomHashSet(Iterator<?>, float, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortLinkedOpenCustomHashSet
Creates a new hash set using elements provided by an iterator.
ShortLinkedOpenCustomHashSet(Iterator<?>, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortLinkedOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by an iterator.
ShortLinkedOpenCustomHashSet(short[], int, int, float, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortLinkedOpenCustomHashSet
Creates a new hash set and fills it with the elements of a given array.
ShortLinkedOpenCustomHashSet(short[], int, int, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortLinkedOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor and fills it with the elements of a given array.
ShortLinkedOpenCustomHashSet(short[], float, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortLinkedOpenCustomHashSet
Creates a new hash set copying the elements of an array.
ShortLinkedOpenCustomHashSet(short[], ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortLinkedOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying the elements of an array.
ShortLinkedOpenHashSet - Class in it.unimi.dsi.fastutil.shorts
A type-specific linked hash set with with a fast, small-footprint implementation.
ShortLinkedOpenHashSet(int, float) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet
Creates a new hash set.
ShortLinkedOpenHashSet(int) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor.
ShortLinkedOpenHashSet() - Constructor for class it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet
Creates a new hash set with initial expected Hash.DEFAULT_INITIAL_SIZE elements and Hash.DEFAULT_LOAD_FACTOR as load factor.
ShortLinkedOpenHashSet(Collection<? extends Short>, float) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet
Creates a new hash set copying a given collection.
ShortLinkedOpenHashSet(Collection<? extends Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given collection.
ShortLinkedOpenHashSet(ShortCollection, float) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet
Creates a new hash set copying a given type-specific collection.
ShortLinkedOpenHashSet(ShortCollection) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific collection.
ShortLinkedOpenHashSet(ShortIterator, float) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet
Creates a new hash set using elements provided by a type-specific iterator.
ShortLinkedOpenHashSet(ShortIterator) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator.
ShortLinkedOpenHashSet(Iterator<?>, float) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet
Creates a new hash set using elements provided by an iterator.
ShortLinkedOpenHashSet(Iterator<?>) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by an iterator.
ShortLinkedOpenHashSet(short[], int, int, float) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet
Creates a new hash set and fills it with the elements of a given array.
ShortLinkedOpenHashSet(short[], int, int) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor and fills it with the elements of a given array.
ShortLinkedOpenHashSet(short[], float) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet
Creates a new hash set copying the elements of an array.
ShortLinkedOpenHashSet(short[]) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying the elements of an array.
ShortList - Interface in it.unimi.dsi.fastutil.shorts
A type-specific List; provides some additional methods that use polymorphism to avoid (un)boxing.
shortListIterator() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortList
Deprecated.
As of fastutil 5, replaced by AbstractShortList.listIterator().
shortListIterator(int) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortList
Deprecated.
As of fastutil 5, replaced by AbstractShortList.listIterator().
shortListIterator() - Method in interface it.unimi.dsi.fastutil.shorts.ShortList
Deprecated.
As of fastutil 5, replaced by ShortList.listIterator().
shortListIterator(int) - Method in interface it.unimi.dsi.fastutil.shorts.ShortList
Deprecated.
As of fastutil 5, replaced by ShortList.listIterator(int).
ShortListIterator - Interface in it.unimi.dsi.fastutil.shorts
A type-specific bidirectional iterator that is also a ListIterator.
shortListIterator() - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.EmptyList
Deprecated.
As of fastutil 5, replaced by ShortLists.EmptyList.listIterator().
shortListIterator(int) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.EmptyList
Deprecated.
As of fastutil 5, replaced by ShortLists.EmptyList.listIterator(int).
shortListIterator() - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.SynchronizedList
Deprecated.
As of fastutil 5, replaced by ShortLists.SynchronizedList.listIterator().
shortListIterator(int) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.SynchronizedList
Deprecated.
As of fastutil 5, replaced by ShortLists.SynchronizedList.listIterator(int).
shortListIterator() - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.UnmodifiableList
Deprecated.
As of fastutil 5, replaced by ShortLists.UnmodifiableList.listIterator().
shortListIterator(int) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.UnmodifiableList
Deprecated.
As of fastutil 5, replaced by ShortLists.UnmodifiableList.listIterator(int).
ShortLists - Class in it.unimi.dsi.fastutil.shorts
A class providing static methods and objects that do useful things with type-specific lists.
ShortLists.EmptyList - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing an empty type-specific list.
ShortLists.Singleton - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing a type-specific singleton list.
ShortLists.SynchronizedList - Class in it.unimi.dsi.fastutil.shorts
A synchronized wrapper class for lists.
ShortLists.SynchronizedRandomAccessList - Class in it.unimi.dsi.fastutil.shorts
A synchronized wrapper class for random-access lists.
ShortLists.UnmodifiableList - Class in it.unimi.dsi.fastutil.shorts
An unmodifiable wrapper class for lists.
ShortLists.UnmodifiableRandomAccessList - Class in it.unimi.dsi.fastutil.shorts
An unmodifiable wrapper class for random-access lists.
ShortOpenCustomHashSet - Class in it.unimi.dsi.fastutil.shorts
A type-specific hash set with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
ShortOpenCustomHashSet(int, float, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortOpenCustomHashSet
Creates a new hash set.
ShortOpenCustomHashSet(int, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor.
ShortOpenCustomHashSet(ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortOpenCustomHashSet
Creates a new hash set with initial expected Hash.DEFAULT_INITIAL_SIZE elements and Hash.DEFAULT_LOAD_FACTOR as load factor.
ShortOpenCustomHashSet(Collection<? extends Short>, float, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortOpenCustomHashSet
Creates a new hash set copying a given collection.
ShortOpenCustomHashSet(Collection<? extends Short>, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given collection.
ShortOpenCustomHashSet(ShortCollection, float, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortOpenCustomHashSet
Creates a new hash set copying a given type-specific collection.
ShortOpenCustomHashSet(ShortCollection, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific collection.
ShortOpenCustomHashSet(ShortIterator, float, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortOpenCustomHashSet
Creates a new hash set using elements provided by a type-specific iterator.
ShortOpenCustomHashSet(ShortIterator, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator.
ShortOpenCustomHashSet(Iterator<?>, float, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortOpenCustomHashSet
Creates a new hash set using elements provided by an iterator.
ShortOpenCustomHashSet(Iterator<?>, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by an iterator.
ShortOpenCustomHashSet(short[], int, int, float, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortOpenCustomHashSet
Creates a new hash set and fills it with the elements of a given array.
ShortOpenCustomHashSet(short[], int, int, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor and fills it with the elements of a given array.
ShortOpenCustomHashSet(short[], float, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortOpenCustomHashSet
Creates a new hash set copying the elements of an array.
ShortOpenCustomHashSet(short[], ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying the elements of an array.
ShortOpenHashSet - Class in it.unimi.dsi.fastutil.shorts
A type-specific hash set with with a fast, small-footprint implementation.
ShortOpenHashSet(int, float) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortOpenHashSet
Creates a new hash set.
ShortOpenHashSet(int) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor.
ShortOpenHashSet() - Constructor for class it.unimi.dsi.fastutil.shorts.ShortOpenHashSet
Creates a new hash set with initial expected Hash.DEFAULT_INITIAL_SIZE elements and Hash.DEFAULT_LOAD_FACTOR as load factor.
ShortOpenHashSet(Collection<? extends Short>, float) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortOpenHashSet
Creates a new hash set copying a given collection.
ShortOpenHashSet(Collection<? extends Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given collection.
ShortOpenHashSet(ShortCollection, float) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortOpenHashSet
Creates a new hash set copying a given type-specific collection.
ShortOpenHashSet(ShortCollection) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific collection.
ShortOpenHashSet(ShortIterator, float) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortOpenHashSet
Creates a new hash set using elements provided by a type-specific iterator.
ShortOpenHashSet(ShortIterator) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator.
ShortOpenHashSet(Iterator<?>, float) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortOpenHashSet
Creates a new hash set using elements provided by an iterator.
ShortOpenHashSet(Iterator<?>) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by an iterator.
ShortOpenHashSet(short[], int, int, float) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortOpenHashSet
Creates a new hash set and fills it with the elements of a given array.
ShortOpenHashSet(short[], int, int) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor and fills it with the elements of a given array.
ShortOpenHashSet(short[], float) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortOpenHashSet
Creates a new hash set copying the elements of an array.
ShortOpenHashSet(short[]) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying the elements of an array.
ShortPriorityQueue - Interface in it.unimi.dsi.fastutil.shorts
A type-specific PriorityQueue; provides some additional methods that use polymorphism to avoid (un)boxing.
ShortPriorityQueues - Class in it.unimi.dsi.fastutil.shorts
A class providing static methods and objects that do useful things with type-specific priority queues.
ShortPriorityQueues.SynchronizedPriorityQueue - Class in it.unimi.dsi.fastutil.shorts
A synchronized wrapper class for priority queues.
ShortRBTreeSet - Class in it.unimi.dsi.fastutil.shorts
A type-specific red-black tree set with a fast, small-footprint implementation.
ShortRBTreeSet() - Constructor for class it.unimi.dsi.fastutil.shorts.ShortRBTreeSet
Creates a new empty tree set.
ShortRBTreeSet(Comparator<? super Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortRBTreeSet
Creates a new empty tree set with the given comparator.
ShortRBTreeSet(Collection<? extends Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortRBTreeSet
Creates a new tree set copying a given collection.
ShortRBTreeSet(SortedSet<Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortRBTreeSet
Creates a new tree set copying a given sorted set (and its Comparator).
ShortRBTreeSet(ShortCollection) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortRBTreeSet
Creates a new tree set copying a given type-specific collection.
ShortRBTreeSet(ShortSortedSet) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortRBTreeSet
Creates a new tree set copying a given type-specific sorted set (and its Comparator).
ShortRBTreeSet(ShortIterator) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortRBTreeSet
Creates a new tree set using elements provided by a type-specific iterator.
ShortRBTreeSet(Iterator<?>) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortRBTreeSet
Creates a new tree set using elements provided by an iterator.
ShortRBTreeSet(short[], int, int, Comparator<? super Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortRBTreeSet
Creates a new tree set and fills it with the elements of a given array using a given Comparator.
ShortRBTreeSet(short[], int, int) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortRBTreeSet
Creates a new tree set and fills it with the elements of a given array.
ShortRBTreeSet(short[]) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortRBTreeSet
Creates a new tree set copying the elements of an array.
ShortRBTreeSet(short[], Comparator<? super Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortRBTreeSet
Creates a new tree set copying the elements of an array using a given Comparator.
ShortSemiIndirectHeaps - Class in it.unimi.dsi.fastutil.shorts
A class providing static methods and objects that do useful things with semi-indirect heaps.
ShortSet - Interface in it.unimi.dsi.fastutil.shorts
A type-specific Set; provides some additional methods that use polymorphism to avoid (un)boxing.
ShortSets - Class in it.unimi.dsi.fastutil.shorts
A class providing static methods and objects that do useful things with type-specific sets.
ShortSets.EmptySet - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing the empty set and implementing a type-specific set interface.
ShortSets.Singleton - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing a type-specific singleton set.
ShortSets.SynchronizedSet - Class in it.unimi.dsi.fastutil.shorts
A synchronized wrapper class for sets.
ShortSets.UnmodifiableSet - Class in it.unimi.dsi.fastutil.shorts
An unmodifiable wrapper class for sets.
ShortSortedSet - Interface in it.unimi.dsi.fastutil.shorts
A type-specific SortedSet; provides some additional methods that use polymorphism to avoid (un)boxing.
ShortSortedSets - Class in it.unimi.dsi.fastutil.shorts
A class providing static methods and objects that do useful things with type-specific sorted sets.
ShortSortedSets.EmptySet - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing the empty sorted set and implementing a type-specific set interface.
ShortSortedSets.Singleton - Class in it.unimi.dsi.fastutil.shorts
A class representing a singleton sorted set.
ShortSortedSets.SynchronizedSortedSet - Class in it.unimi.dsi.fastutil.shorts
A synchronized wrapper class for sorted sets.
ShortSortedSets.UnmodifiableSortedSet - Class in it.unimi.dsi.fastutil.shorts
An unmodifiable wrapper class for sorted sets.
ShortStack - Interface in it.unimi.dsi.fastutil.shorts
A type-specific Stack; provides some additional methods that use polymorphism to avoid (un)boxing.
ShortSubList(ShortBigList, long, long) - Constructor for class it.unimi.dsi.fastutil.shorts.AbstractShortBigList.ShortSubList
 
shortSubList(int, int) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortList
Deprecated.
As of fastutil 5, replaced by AbstractShortList.subList(int, int).
ShortSubList(ShortList, int, int) - Constructor for class it.unimi.dsi.fastutil.shorts.AbstractShortList.ShortSubList
 
shortSubList(int, int) - Method in interface it.unimi.dsi.fastutil.shorts.ShortList
Deprecated.
As of fastutil 5, replaced by ShortList.subList(int,int).
shortSubList(int, int) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.EmptyList
Deprecated.
shortSubList(int, int) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.SynchronizedList
Deprecated.
shortSubList(int, int) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.UnmodifiableList
Deprecated.
shuffle(boolean[], int, int, Random) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanArrays
Shuffles the specified array fragment using the specified pseudorandom number generator.
shuffle(boolean[], Random) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanArrays
Shuffles the specified array using the specified pseudorandom number generator.
shuffle(boolean[][], long, long, Random) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanBigArrays
Shuffles the specified big array fragment using the specified pseudorandom number generator.
shuffle(boolean[][], Random) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanBigArrays
Shuffles the specified big array using the specified pseudorandom number generator.
shuffle(BooleanBigList, Random) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanBigLists
Shuffles the specified big list using the specified pseudorandom number generator.
shuffle(BooleanList, Random) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanLists
Shuffles the specified list using the specified pseudorandom number generator.
shuffle(byte[], int, int, Random) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Shuffles the specified array fragment using the specified pseudorandom number generator.
shuffle(byte[], Random) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Shuffles the specified array using the specified pseudorandom number generator.
shuffle(byte[][], long, long, Random) - Static method in class it.unimi.dsi.fastutil.bytes.ByteBigArrays
Shuffles the specified big array fragment using the specified pseudorandom number generator.
shuffle(byte[][], Random) - Static method in class it.unimi.dsi.fastutil.bytes.ByteBigArrays
Shuffles the specified big array using the specified pseudorandom number generator.
shuffle(ByteBigList, Random) - Static method in class it.unimi.dsi.fastutil.bytes.ByteBigLists
Shuffles the specified big list using the specified pseudorandom number generator.
shuffle(ByteList, Random) - Static method in class it.unimi.dsi.fastutil.bytes.ByteLists
Shuffles the specified list using the specified pseudorandom number generator.
shuffle(char[], int, int, Random) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Shuffles the specified array fragment using the specified pseudorandom number generator.
shuffle(char[], Random) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Shuffles the specified array using the specified pseudorandom number generator.
shuffle(char[][], long, long, Random) - Static method in class it.unimi.dsi.fastutil.chars.CharBigArrays
Shuffles the specified big array fragment using the specified pseudorandom number generator.
shuffle(char[][], Random) - Static method in class it.unimi.dsi.fastutil.chars.CharBigArrays
Shuffles the specified big array using the specified pseudorandom number generator.
shuffle(CharBigList, Random) - Static method in class it.unimi.dsi.fastutil.chars.CharBigLists
Shuffles the specified big list using the specified pseudorandom number generator.
shuffle(CharList, Random) - Static method in class it.unimi.dsi.fastutil.chars.CharLists
Shuffles the specified list using the specified pseudorandom number generator.
shuffle(double[], int, int, Random) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Shuffles the specified array fragment using the specified pseudorandom number generator.
shuffle(double[], Random) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Shuffles the specified array using the specified pseudorandom number generator.
shuffle(double[][], long, long, Random) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleBigArrays
Shuffles the specified big array fragment using the specified pseudorandom number generator.
shuffle(double[][], Random) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleBigArrays
Shuffles the specified big array using the specified pseudorandom number generator.
shuffle(DoubleBigList, Random) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleBigLists
Shuffles the specified big list using the specified pseudorandom number generator.
shuffle(DoubleList, Random) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleLists
Shuffles the specified list using the specified pseudorandom number generator.
shuffle(float[], int, int, Random) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Shuffles the specified array fragment using the specified pseudorandom number generator.
shuffle(float[], Random) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Shuffles the specified array using the specified pseudorandom number generator.
shuffle(float[][], long, long, Random) - Static method in class it.unimi.dsi.fastutil.floats.FloatBigArrays
Shuffles the specified big array fragment using the specified pseudorandom number generator.
shuffle(float[][], Random) - Static method in class it.unimi.dsi.fastutil.floats.FloatBigArrays
Shuffles the specified big array using the specified pseudorandom number generator.
shuffle(FloatBigList, Random) - Static method in class it.unimi.dsi.fastutil.floats.FloatBigLists
Shuffles the specified big list using the specified pseudorandom number generator.
shuffle(FloatList, Random) - Static method in class it.unimi.dsi.fastutil.floats.FloatLists
Shuffles the specified list using the specified pseudorandom number generator.
shuffle(int[], int, int, Random) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Shuffles the specified array fragment using the specified pseudorandom number generator.
shuffle(int[], Random) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Shuffles the specified array using the specified pseudorandom number generator.
shuffle(int[][], long, long, Random) - Static method in class it.unimi.dsi.fastutil.ints.IntBigArrays
Shuffles the specified big array fragment using the specified pseudorandom number generator.
shuffle(int[][], Random) - Static method in class it.unimi.dsi.fastutil.ints.IntBigArrays
Shuffles the specified big array using the specified pseudorandom number generator.
shuffle(IntBigList, Random) - Static method in class it.unimi.dsi.fastutil.ints.IntBigLists
Shuffles the specified big list using the specified pseudorandom number generator.
shuffle(IntList, Random) - Static method in class it.unimi.dsi.fastutil.ints.IntLists
Shuffles the specified list using the specified pseudorandom number generator.
shuffle(long[], int, int, Random) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Shuffles the specified array fragment using the specified pseudorandom number generator.
shuffle(long[], Random) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Shuffles the specified array using the specified pseudorandom number generator.
shuffle(long[][], long, long, Random) - Static method in class it.unimi.dsi.fastutil.longs.LongBigArrays
Shuffles the specified big array fragment using the specified pseudorandom number generator.
shuffle(long[][], Random) - Static method in class it.unimi.dsi.fastutil.longs.LongBigArrays
Shuffles the specified big array using the specified pseudorandom number generator.
shuffle(LongBigList, Random) - Static method in class it.unimi.dsi.fastutil.longs.LongBigLists
Shuffles the specified big list using the specified pseudorandom number generator.
shuffle(LongList, Random) - Static method in class it.unimi.dsi.fastutil.longs.LongLists
Shuffles the specified list using the specified pseudorandom number generator.
shuffle(K[], int, int, Random) - Static method in class it.unimi.dsi.fastutil.objects.ObjectArrays
Shuffles the specified array fragment using the specified pseudorandom number generator.
shuffle(K[], Random) - Static method in class it.unimi.dsi.fastutil.objects.ObjectArrays
Shuffles the specified array using the specified pseudorandom number generator.
shuffle(K[][], long, long, Random) - Static method in class it.unimi.dsi.fastutil.objects.ObjectBigArrays
Shuffles the specified big array fragment using the specified pseudorandom number generator.
shuffle(K[][], Random) - Static method in class it.unimi.dsi.fastutil.objects.ObjectBigArrays
Shuffles the specified big array using the specified pseudorandom number generator.
shuffle(ObjectBigList<K>, Random) - Static method in class it.unimi.dsi.fastutil.objects.ObjectBigLists
Shuffles the specified big list using the specified pseudorandom number generator.
shuffle(ObjectList<K>, Random) - Static method in class it.unimi.dsi.fastutil.objects.ObjectLists
Shuffles the specified list using the specified pseudorandom number generator.
shuffle(ReferenceBigList<K>, Random) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists
Shuffles the specified big list using the specified pseudorandom number generator.
shuffle(ReferenceList<K>, Random) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceLists
Shuffles the specified list using the specified pseudorandom number generator.
shuffle(short[], int, int, Random) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Shuffles the specified array fragment using the specified pseudorandom number generator.
shuffle(short[], Random) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Shuffles the specified array using the specified pseudorandom number generator.
shuffle(short[][], long, long, Random) - Static method in class it.unimi.dsi.fastutil.shorts.ShortBigArrays
Shuffles the specified big array fragment using the specified pseudorandom number generator.
shuffle(short[][], Random) - Static method in class it.unimi.dsi.fastutil.shorts.ShortBigArrays
Shuffles the specified big array using the specified pseudorandom number generator.
shuffle(ShortBigList, Random) - Static method in class it.unimi.dsi.fastutil.shorts.ShortBigLists
Shuffles the specified big list using the specified pseudorandom number generator.
shuffle(ShortList, Random) - Static method in class it.unimi.dsi.fastutil.shorts.ShortLists
Shuffles the specified list using the specified pseudorandom number generator.
singleton(boolean) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanBigListIterators
Returns an iterator that iterates just over the given element.
singleton(boolean) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanBigLists
Returns a type-specific immutable big list containing only the specified element.
singleton(Object) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanBigLists
Returns a type-specific immutable big list containing only the specified element.
singleton(boolean) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanIterators
Returns an immutable iterator that iterates just over the given element.
singleton(boolean) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanLists
Returns a type-specific immutable list containing only the specified element.
singleton(Object) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanLists
Returns a type-specific immutable list containing only the specified element.
singleton(boolean) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanSets
Returns a type-specific immutable set containing only the specified element.
singleton(Boolean) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanSets
Returns a type-specific immutable set containing only the specified element.
Singleton(boolean) - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanSets.Singleton
 
singleton(byte, boolean) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2BooleanFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Byte, Boolean) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2BooleanFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(byte, boolean) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2BooleanFunctions.Singleton
 
singleton(byte, boolean) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2BooleanMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Byte, Boolean) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2BooleanMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(byte, boolean) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2BooleanMaps.Singleton
 
singleton(Byte, Boolean) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2BooleanSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Byte, Boolean, ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2BooleanSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(byte, boolean) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2BooleanSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(byte, boolean, ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2BooleanSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(byte, boolean, ByteComparator) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2BooleanSortedMaps.Singleton
 
Singleton(byte, boolean) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2BooleanSortedMaps.Singleton
 
singleton(byte, byte) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ByteFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Byte, Byte) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ByteFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(byte, byte) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ByteFunctions.Singleton
 
singleton(byte, byte) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Byte, Byte) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(byte, byte) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.Singleton
 
singleton(Byte, Byte) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Byte, Byte, ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(byte, byte) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(byte, byte, ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(byte, byte, ByteComparator) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps.Singleton
 
Singleton(byte, byte) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps.Singleton
 
singleton(byte, char) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2CharFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Byte, Character) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2CharFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(byte, char) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2CharFunctions.Singleton
 
singleton(byte, char) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Byte, Character) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(byte, char) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.Singleton
 
singleton(Byte, Character) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Byte, Character, ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(byte, char) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(byte, char, ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(byte, char, ByteComparator) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps.Singleton
 
Singleton(byte, char) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps.Singleton
 
singleton(byte, double) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Byte, Double) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(byte, double) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.Singleton
 
singleton(byte, double) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Byte, Double) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(byte, double) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.Singleton
 
singleton(Byte, Double) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Byte, Double, ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(byte, double) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(byte, double, ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(byte, double, ByteComparator) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.Singleton
 
Singleton(byte, double) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.Singleton
 
singleton(byte, float) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2FloatFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Byte, Float) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2FloatFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(byte, float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2FloatFunctions.Singleton
 
singleton(byte, float) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2FloatMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Byte, Float) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2FloatMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(byte, float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2FloatMaps.Singleton
 
singleton(Byte, Float) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2FloatSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Byte, Float, ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2FloatSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(byte, float) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2FloatSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(byte, float, ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2FloatSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(byte, float, ByteComparator) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2FloatSortedMaps.Singleton
 
Singleton(byte, float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2FloatSortedMaps.Singleton
 
singleton(byte, int) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2IntFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Byte, Integer) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2IntFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(byte, int) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2IntFunctions.Singleton
 
singleton(byte, int) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Byte, Integer) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(byte, int) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.Singleton
 
singleton(Byte, Integer) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Byte, Integer, ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(byte, int) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(byte, int, ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(byte, int, ByteComparator) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps.Singleton
 
Singleton(byte, int) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps.Singleton
 
singleton(byte, long) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2LongFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Byte, Long) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2LongFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(byte, long) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2LongFunctions.Singleton
 
singleton(byte, long) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Byte, Long) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(byte, long) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.Singleton
 
singleton(Byte, Long) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Byte, Long, ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(byte, long) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(byte, long, ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(byte, long, ByteComparator) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps.Singleton
 
Singleton(byte, long) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps.Singleton
 
singleton(byte, V) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Byte, V) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(byte, V) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.Singleton
 
singleton(byte, V) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Byte, V) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(byte, V) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.Singleton
 
singleton(Byte, V) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Byte, V, ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(byte, V) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(byte, V, ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(byte, V, ByteComparator) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.Singleton
 
Singleton(byte, V) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.Singleton
 
singleton(byte, V) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Byte, V) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(byte, V) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.Singleton
 
singleton(byte, V) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Byte, V) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(byte, V) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.Singleton
 
singleton(Byte, V) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Byte, V, ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(byte, V) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(byte, V, ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(byte, V, ByteComparator) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.Singleton
 
Singleton(byte, V) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.Singleton
 
singleton(byte, short) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ShortFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Byte, Short) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ShortFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(byte, short) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ShortFunctions.Singleton
 
singleton(byte, short) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ShortMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Byte, Short) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ShortMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(byte, short) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ShortMaps.Singleton
 
singleton(Byte, Short) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ShortSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Byte, Short, ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ShortSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(byte, short) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ShortSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(byte, short, ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ShortSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(byte, short, ByteComparator) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ShortSortedMaps.Singleton
 
Singleton(byte, short) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ShortSortedMaps.Singleton
 
singleton(byte) - Static method in class it.unimi.dsi.fastutil.bytes.ByteBigListIterators
Returns an iterator that iterates just over the given element.
singleton(byte) - Static method in class it.unimi.dsi.fastutil.bytes.ByteBigLists
Returns a type-specific immutable big list containing only the specified element.
singleton(Object) - Static method in class it.unimi.dsi.fastutil.bytes.ByteBigLists
Returns a type-specific immutable big list containing only the specified element.
singleton(byte) - Static method in class it.unimi.dsi.fastutil.bytes.ByteIterators
Returns an immutable iterator that iterates just over the given element.
singleton(byte) - Static method in class it.unimi.dsi.fastutil.bytes.ByteLists
Returns a type-specific immutable list containing only the specified element.
singleton(Object) - Static method in class it.unimi.dsi.fastutil.bytes.ByteLists
Returns a type-specific immutable list containing only the specified element.
singleton(byte) - Static method in class it.unimi.dsi.fastutil.bytes.ByteSets
Returns a type-specific immutable set containing only the specified element.
singleton(Byte) - Static method in class it.unimi.dsi.fastutil.bytes.ByteSets
Returns a type-specific immutable set containing only the specified element.
Singleton(byte) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteSets.Singleton
 
singleton(byte) - Static method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets
Returns a type-specific immutable sorted set containing only the specified element.
singleton(byte, ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets
Returns a type-specific immutable sorted set containing only the specified element, and using a specified comparator.
singleton(Object) - Static method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets
Returns a type-specific immutable sorted set containing only the specified element.
singleton(Object, ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets
Returns a type-specific immutable sorted set containing only the specified element, and using a specified comparator.
singleton(char, boolean) - Static method in class it.unimi.dsi.fastutil.chars.Char2BooleanFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Character, Boolean) - Static method in class it.unimi.dsi.fastutil.chars.Char2BooleanFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(char, boolean) - Constructor for class it.unimi.dsi.fastutil.chars.Char2BooleanFunctions.Singleton
 
singleton(char, boolean) - Static method in class it.unimi.dsi.fastutil.chars.Char2BooleanMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Character, Boolean) - Static method in class it.unimi.dsi.fastutil.chars.Char2BooleanMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(char, boolean) - Constructor for class it.unimi.dsi.fastutil.chars.Char2BooleanMaps.Singleton
 
singleton(Character, Boolean) - Static method in class it.unimi.dsi.fastutil.chars.Char2BooleanSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Character, Boolean, CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.Char2BooleanSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(char, boolean) - Static method in class it.unimi.dsi.fastutil.chars.Char2BooleanSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(char, boolean, CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.Char2BooleanSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(char, boolean, CharComparator) - Constructor for class it.unimi.dsi.fastutil.chars.Char2BooleanSortedMaps.Singleton
 
Singleton(char, boolean) - Constructor for class it.unimi.dsi.fastutil.chars.Char2BooleanSortedMaps.Singleton
 
singleton(char, byte) - Static method in class it.unimi.dsi.fastutil.chars.Char2ByteFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Character, Byte) - Static method in class it.unimi.dsi.fastutil.chars.Char2ByteFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(char, byte) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ByteFunctions.Singleton
 
singleton(char, byte) - Static method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Character, Byte) - Static method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(char, byte) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ByteMaps.Singleton
 
singleton(Character, Byte) - Static method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Character, Byte, CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(char, byte) - Static method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(char, byte, CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(char, byte, CharComparator) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps.Singleton
 
Singleton(char, byte) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps.Singleton
 
singleton(char, char) - Static method in class it.unimi.dsi.fastutil.chars.Char2CharFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Character, Character) - Static method in class it.unimi.dsi.fastutil.chars.Char2CharFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(char, char) - Constructor for class it.unimi.dsi.fastutil.chars.Char2CharFunctions.Singleton
 
singleton(char, char) - Static method in class it.unimi.dsi.fastutil.chars.Char2CharMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Character, Character) - Static method in class it.unimi.dsi.fastutil.chars.Char2CharMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(char, char) - Constructor for class it.unimi.dsi.fastutil.chars.Char2CharMaps.Singleton
 
singleton(Character, Character) - Static method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Character, Character, CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(char, char) - Static method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(char, char, CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(char, char, CharComparator) - Constructor for class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps.Singleton
 
Singleton(char, char) - Constructor for class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps.Singleton
 
singleton(char, double) - Static method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Character, Double) - Static method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(char, double) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.Singleton
 
singleton(char, double) - Static method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Character, Double) - Static method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(char, double) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.Singleton
 
singleton(Character, Double) - Static method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Character, Double, CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(char, double) - Static method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(char, double, CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(char, double, CharComparator) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.Singleton
 
Singleton(char, double) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.Singleton
 
singleton(char, float) - Static method in class it.unimi.dsi.fastutil.chars.Char2FloatFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Character, Float) - Static method in class it.unimi.dsi.fastutil.chars.Char2FloatFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(char, float) - Constructor for class it.unimi.dsi.fastutil.chars.Char2FloatFunctions.Singleton
 
singleton(char, float) - Static method in class it.unimi.dsi.fastutil.chars.Char2FloatMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Character, Float) - Static method in class it.unimi.dsi.fastutil.chars.Char2FloatMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(char, float) - Constructor for class it.unimi.dsi.fastutil.chars.Char2FloatMaps.Singleton
 
singleton(Character, Float) - Static method in class it.unimi.dsi.fastutil.chars.Char2FloatSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Character, Float, CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.Char2FloatSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(char, float) - Static method in class it.unimi.dsi.fastutil.chars.Char2FloatSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(char, float, CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.Char2FloatSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(char, float, CharComparator) - Constructor for class it.unimi.dsi.fastutil.chars.Char2FloatSortedMaps.Singleton
 
Singleton(char, float) - Constructor for class it.unimi.dsi.fastutil.chars.Char2FloatSortedMaps.Singleton
 
singleton(char, int) - Static method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Character, Integer) - Static method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(char, int) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntFunctions.Singleton
 
singleton(char, int) - Static method in class it.unimi.dsi.fastutil.chars.Char2IntMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Character, Integer) - Static method in class it.unimi.dsi.fastutil.chars.Char2IntMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(char, int) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntMaps.Singleton
 
singleton(Character, Integer) - Static method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Character, Integer, CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(char, int) - Static method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(char, int, CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(char, int, CharComparator) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.Singleton
 
Singleton(char, int) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.Singleton
 
singleton(char, long) - Static method in class it.unimi.dsi.fastutil.chars.Char2LongFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Character, Long) - Static method in class it.unimi.dsi.fastutil.chars.Char2LongFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(char, long) - Constructor for class it.unimi.dsi.fastutil.chars.Char2LongFunctions.Singleton
 
singleton(char, long) - Static method in class it.unimi.dsi.fastutil.chars.Char2LongMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Character, Long) - Static method in class it.unimi.dsi.fastutil.chars.Char2LongMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(char, long) - Constructor for class it.unimi.dsi.fastutil.chars.Char2LongMaps.Singleton
 
singleton(Character, Long) - Static method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Character, Long, CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(char, long) - Static method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(char, long, CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(char, long, CharComparator) - Constructor for class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps.Singleton
 
Singleton(char, long) - Constructor for class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps.Singleton
 
singleton(char, V) - Static method in class it.unimi.dsi.fastutil.chars.Char2ObjectFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Character, V) - Static method in class it.unimi.dsi.fastutil.chars.Char2ObjectFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(char, V) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ObjectFunctions.Singleton
 
singleton(char, V) - Static method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Character, V) - Static method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(char, V) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.Singleton
 
singleton(Character, V) - Static method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Character, V, CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(char, V) - Static method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(char, V, CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(char, V, CharComparator) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps.Singleton
 
Singleton(char, V) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps.Singleton
 
singleton(char, V) - Static method in class it.unimi.dsi.fastutil.chars.Char2ReferenceFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Character, V) - Static method in class it.unimi.dsi.fastutil.chars.Char2ReferenceFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(char, V) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ReferenceFunctions.Singleton
 
singleton(char, V) - Static method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Character, V) - Static method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(char, V) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.Singleton
 
singleton(Character, V) - Static method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Character, V, CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(char, V) - Static method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(char, V, CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(char, V, CharComparator) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps.Singleton
 
Singleton(char, V) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps.Singleton
 
singleton(char, short) - Static method in class it.unimi.dsi.fastutil.chars.Char2ShortFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Character, Short) - Static method in class it.unimi.dsi.fastutil.chars.Char2ShortFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(char, short) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ShortFunctions.Singleton
 
singleton(char, short) - Static method in class it.unimi.dsi.fastutil.chars.Char2ShortMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Character, Short) - Static method in class it.unimi.dsi.fastutil.chars.Char2ShortMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(char, short) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ShortMaps.Singleton
 
singleton(Character, Short) - Static method in class it.unimi.dsi.fastutil.chars.Char2ShortSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Character, Short, CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.Char2ShortSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(char, short) - Static method in class it.unimi.dsi.fastutil.chars.Char2ShortSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(char, short, CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.Char2ShortSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(char, short, CharComparator) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ShortSortedMaps.Singleton
 
Singleton(char, short) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ShortSortedMaps.Singleton
 
singleton(char) - Static method in class it.unimi.dsi.fastutil.chars.CharBigListIterators
Returns an iterator that iterates just over the given element.
singleton(char) - Static method in class it.unimi.dsi.fastutil.chars.CharBigLists
Returns a type-specific immutable big list containing only the specified element.
singleton(Object) - Static method in class it.unimi.dsi.fastutil.chars.CharBigLists
Returns a type-specific immutable big list containing only the specified element.
singleton(char) - Static method in class it.unimi.dsi.fastutil.chars.CharIterators
Returns an immutable iterator that iterates just over the given element.
singleton(char) - Static method in class it.unimi.dsi.fastutil.chars.CharLists
Returns a type-specific immutable list containing only the specified element.
singleton(Object) - Static method in class it.unimi.dsi.fastutil.chars.CharLists
Returns a type-specific immutable list containing only the specified element.
singleton(char) - Static method in class it.unimi.dsi.fastutil.chars.CharSets
Returns a type-specific immutable set containing only the specified element.
singleton(Character) - Static method in class it.unimi.dsi.fastutil.chars.CharSets
Returns a type-specific immutable set containing only the specified element.
Singleton(char) - Constructor for class it.unimi.dsi.fastutil.chars.CharSets.Singleton
 
singleton(char) - Static method in class it.unimi.dsi.fastutil.chars.CharSortedSets
Returns a type-specific immutable sorted set containing only the specified element.
singleton(char, CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.CharSortedSets
Returns a type-specific immutable sorted set containing only the specified element, and using a specified comparator.
singleton(Object) - Static method in class it.unimi.dsi.fastutil.chars.CharSortedSets
Returns a type-specific immutable sorted set containing only the specified element.
singleton(Object, CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.CharSortedSets
Returns a type-specific immutable sorted set containing only the specified element, and using a specified comparator.
singleton(double, boolean) - Static method in class it.unimi.dsi.fastutil.doubles.Double2BooleanFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Double, Boolean) - Static method in class it.unimi.dsi.fastutil.doubles.Double2BooleanFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(double, boolean) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2BooleanFunctions.Singleton
 
singleton(double, boolean) - Static method in class it.unimi.dsi.fastutil.doubles.Double2BooleanMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Double, Boolean) - Static method in class it.unimi.dsi.fastutil.doubles.Double2BooleanMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(double, boolean) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2BooleanMaps.Singleton
 
singleton(Double, Boolean) - Static method in class it.unimi.dsi.fastutil.doubles.Double2BooleanSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Double, Boolean, DoubleComparator) - Static method in class it.unimi.dsi.fastutil.doubles.Double2BooleanSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(double, boolean) - Static method in class it.unimi.dsi.fastutil.doubles.Double2BooleanSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(double, boolean, DoubleComparator) - Static method in class it.unimi.dsi.fastutil.doubles.Double2BooleanSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(double, boolean, DoubleComparator) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2BooleanSortedMaps.Singleton
 
Singleton(double, boolean) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2BooleanSortedMaps.Singleton
 
singleton(double, byte) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Double, Byte) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(double, byte) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.Singleton
 
singleton(double, byte) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Double, Byte) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(double, byte) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.Singleton
 
singleton(Double, Byte) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Double, Byte, DoubleComparator) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(double, byte) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(double, byte, DoubleComparator) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(double, byte, DoubleComparator) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.Singleton
 
Singleton(double, byte) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.Singleton
 
singleton(double, char) - Static method in class it.unimi.dsi.fastutil.doubles.Double2CharFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Double, Character) - Static method in class it.unimi.dsi.fastutil.doubles.Double2CharFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(double, char) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2CharFunctions.Singleton
 
singleton(double, char) - Static method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Double, Character) - Static method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(double, char) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2CharMaps.Singleton
 
singleton(Double, Character) - Static method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Double, Character, DoubleComparator) - Static method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(double, char) - Static method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(double, char, DoubleComparator) - Static method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(double, char, DoubleComparator) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps.Singleton
 
Singleton(double, char) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps.Singleton
 
singleton(double, double) - Static method in class it.unimi.dsi.fastutil.doubles.Double2DoubleFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Double, Double) - Static method in class it.unimi.dsi.fastutil.doubles.Double2DoubleFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(double, double) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2DoubleFunctions.Singleton
 
singleton(double, double) - Static method in class it.unimi.dsi.fastutil.doubles.Double2DoubleMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Double, Double) - Static method in class it.unimi.dsi.fastutil.doubles.Double2DoubleMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(double, double) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2DoubleMaps.Singleton
 
singleton(Double, Double) - Static method in class it.unimi.dsi.fastutil.doubles.Double2DoubleSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Double, Double, DoubleComparator) - Static method in class it.unimi.dsi.fastutil.doubles.Double2DoubleSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(double, double) - Static method in class it.unimi.dsi.fastutil.doubles.Double2DoubleSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(double, double, DoubleComparator) - Static method in class it.unimi.dsi.fastutil.doubles.Double2DoubleSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(double, double, DoubleComparator) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2DoubleSortedMaps.Singleton
 
Singleton(double, double) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2DoubleSortedMaps.Singleton
 
singleton(double, float) - Static method in class it.unimi.dsi.fastutil.doubles.Double2FloatFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Double, Float) - Static method in class it.unimi.dsi.fastutil.doubles.Double2FloatFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(double, float) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2FloatFunctions.Singleton
 
singleton(double, float) - Static method in class it.unimi.dsi.fastutil.doubles.Double2FloatMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Double, Float) - Static method in class it.unimi.dsi.fastutil.doubles.Double2FloatMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(double, float) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2FloatMaps.Singleton
 
singleton(Double, Float) - Static method in class it.unimi.dsi.fastutil.doubles.Double2FloatSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Double, Float, DoubleComparator) - Static method in class it.unimi.dsi.fastutil.doubles.Double2FloatSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(double, float) - Static method in class it.unimi.dsi.fastutil.doubles.Double2FloatSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(double, float, DoubleComparator) - Static method in class it.unimi.dsi.fastutil.doubles.Double2FloatSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(double, float, DoubleComparator) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2FloatSortedMaps.Singleton
 
Singleton(double, float) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2FloatSortedMaps.Singleton
 
singleton(double, int) - Static method in class it.unimi.dsi.fastutil.doubles.Double2IntFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Double, Integer) - Static method in class it.unimi.dsi.fastutil.doubles.Double2IntFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(double, int) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2IntFunctions.Singleton
 
singleton(double, int) - Static method in class it.unimi.dsi.fastutil.doubles.Double2IntMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Double, Integer) - Static method in class it.unimi.dsi.fastutil.doubles.Double2IntMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(double, int) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2IntMaps.Singleton
 
singleton(Double, Integer) - Static method in class it.unimi.dsi.fastutil.doubles.Double2IntSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Double, Integer, DoubleComparator) - Static method in class it.unimi.dsi.fastutil.doubles.Double2IntSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(double, int) - Static method in class it.unimi.dsi.fastutil.doubles.Double2IntSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(double, int, DoubleComparator) - Static method in class it.unimi.dsi.fastutil.doubles.Double2IntSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(double, int, DoubleComparator) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2IntSortedMaps.Singleton
 
Singleton(double, int) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2IntSortedMaps.Singleton
 
singleton(double, long) - Static method in class it.unimi.dsi.fastutil.doubles.Double2LongFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Double, Long) - Static method in class it.unimi.dsi.fastutil.doubles.Double2LongFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(double, long) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2LongFunctions.Singleton
 
singleton(double, long) - Static method in class it.unimi.dsi.fastutil.doubles.Double2LongMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Double, Long) - Static method in class it.unimi.dsi.fastutil.doubles.Double2LongMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(double, long) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2LongMaps.Singleton
 
singleton(Double, Long) - Static method in class it.unimi.dsi.fastutil.doubles.Double2LongSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Double, Long, DoubleComparator) - Static method in class it.unimi.dsi.fastutil.doubles.Double2LongSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(double, long) - Static method in class it.unimi.dsi.fastutil.doubles.Double2LongSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(double, long, DoubleComparator) - Static method in class it.unimi.dsi.fastutil.doubles.Double2LongSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(double, long, DoubleComparator) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2LongSortedMaps.Singleton
 
Singleton(double, long) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2LongSortedMaps.Singleton
 
singleton(double, V) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Double, V) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(double, V) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions.Singleton
 
singleton(double, V) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Double, V) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(double, V) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.Singleton
 
singleton(Double, V) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Double, V, DoubleComparator) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(double, V) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(double, V, DoubleComparator) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(double, V, DoubleComparator) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps.Singleton
 
Singleton(double, V) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps.Singleton
 
singleton(double, V) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Double, V) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(double, V) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ReferenceFunctions.Singleton
 
singleton(double, V) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Double, V) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(double, V) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.Singleton
 
singleton(Double, V) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Double, V, DoubleComparator) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(double, V) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(double, V, DoubleComparator) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(double, V, DoubleComparator) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps.Singleton
 
Singleton(double, V) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps.Singleton
 
singleton(double, short) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ShortFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Double, Short) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ShortFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(double, short) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ShortFunctions.Singleton
 
singleton(double, short) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ShortMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Double, Short) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ShortMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(double, short) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ShortMaps.Singleton
 
singleton(Double, Short) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ShortSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Double, Short, DoubleComparator) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ShortSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(double, short) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ShortSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(double, short, DoubleComparator) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ShortSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(double, short, DoubleComparator) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ShortSortedMaps.Singleton
 
Singleton(double, short) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ShortSortedMaps.Singleton
 
singleton(double) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleBigListIterators
Returns an iterator that iterates just over the given element.
singleton(double) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleBigLists
Returns a type-specific immutable big list containing only the specified element.
singleton(Object) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleBigLists
Returns a type-specific immutable big list containing only the specified element.
singleton(double) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleIterators
Returns an immutable iterator that iterates just over the given element.
singleton(double) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleLists
Returns a type-specific immutable list containing only the specified element.
singleton(Object) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleLists
Returns a type-specific immutable list containing only the specified element.
singleton(double) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleSets
Returns a type-specific immutable set containing only the specified element.
singleton(Double) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleSets
Returns a type-specific immutable set containing only the specified element.
Singleton(double) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleSets.Singleton
 
singleton(double) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleSortedSets
Returns a type-specific immutable sorted set containing only the specified element.
singleton(double, DoubleComparator) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleSortedSets
Returns a type-specific immutable sorted set containing only the specified element, and using a specified comparator.
singleton(Object) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleSortedSets
Returns a type-specific immutable sorted set containing only the specified element.
singleton(Object, DoubleComparator) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleSortedSets
Returns a type-specific immutable sorted set containing only the specified element, and using a specified comparator.
singleton(float, boolean) - Static method in class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Float, Boolean) - Static method in class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(float, boolean) - Constructor for class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions.Singleton
 
singleton(float, boolean) - Static method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Float, Boolean) - Static method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(float, boolean) - Constructor for class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.Singleton
 
singleton(Float, Boolean) - Static method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Float, Boolean, FloatComparator) - Static method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(float, boolean) - Static method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(float, boolean, FloatComparator) - Static method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(float, boolean, FloatComparator) - Constructor for class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps.Singleton
 
Singleton(float, boolean) - Constructor for class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps.Singleton
 
singleton(float, byte) - Static method in class it.unimi.dsi.fastutil.floats.Float2ByteFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Float, Byte) - Static method in class it.unimi.dsi.fastutil.floats.Float2ByteFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(float, byte) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ByteFunctions.Singleton
 
singleton(float, byte) - Static method in class it.unimi.dsi.fastutil.floats.Float2ByteMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Float, Byte) - Static method in class it.unimi.dsi.fastutil.floats.Float2ByteMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(float, byte) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ByteMaps.Singleton
 
singleton(Float, Byte) - Static method in class it.unimi.dsi.fastutil.floats.Float2ByteSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Float, Byte, FloatComparator) - Static method in class it.unimi.dsi.fastutil.floats.Float2ByteSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(float, byte) - Static method in class it.unimi.dsi.fastutil.floats.Float2ByteSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(float, byte, FloatComparator) - Static method in class it.unimi.dsi.fastutil.floats.Float2ByteSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(float, byte, FloatComparator) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ByteSortedMaps.Singleton
 
Singleton(float, byte) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ByteSortedMaps.Singleton
 
singleton(float, char) - Static method in class it.unimi.dsi.fastutil.floats.Float2CharFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Float, Character) - Static method in class it.unimi.dsi.fastutil.floats.Float2CharFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(float, char) - Constructor for class it.unimi.dsi.fastutil.floats.Float2CharFunctions.Singleton
 
singleton(float, char) - Static method in class it.unimi.dsi.fastutil.floats.Float2CharMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Float, Character) - Static method in class it.unimi.dsi.fastutil.floats.Float2CharMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(float, char) - Constructor for class it.unimi.dsi.fastutil.floats.Float2CharMaps.Singleton
 
singleton(Float, Character) - Static method in class it.unimi.dsi.fastutil.floats.Float2CharSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Float, Character, FloatComparator) - Static method in class it.unimi.dsi.fastutil.floats.Float2CharSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(float, char) - Static method in class it.unimi.dsi.fastutil.floats.Float2CharSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(float, char, FloatComparator) - Static method in class it.unimi.dsi.fastutil.floats.Float2CharSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(float, char, FloatComparator) - Constructor for class it.unimi.dsi.fastutil.floats.Float2CharSortedMaps.Singleton
 
Singleton(float, char) - Constructor for class it.unimi.dsi.fastutil.floats.Float2CharSortedMaps.Singleton
 
singleton(float, double) - Static method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Float, Double) - Static method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(float, double) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.Singleton
 
singleton(float, double) - Static method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Float, Double) - Static method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(float, double) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.Singleton
 
singleton(Float, Double) - Static method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Float, Double, FloatComparator) - Static method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(float, double) - Static method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(float, double, FloatComparator) - Static method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(float, double, FloatComparator) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.Singleton
 
Singleton(float, double) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.Singleton
 
singleton(float, float) - Static method in class it.unimi.dsi.fastutil.floats.Float2FloatFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Float, Float) - Static method in class it.unimi.dsi.fastutil.floats.Float2FloatFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(float, float) - Constructor for class it.unimi.dsi.fastutil.floats.Float2FloatFunctions.Singleton
 
singleton(float, float) - Static method in class it.unimi.dsi.fastutil.floats.Float2FloatMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Float, Float) - Static method in class it.unimi.dsi.fastutil.floats.Float2FloatMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(float, float) - Constructor for class it.unimi.dsi.fastutil.floats.Float2FloatMaps.Singleton
 
singleton(Float, Float) - Static method in class it.unimi.dsi.fastutil.floats.Float2FloatSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Float, Float, FloatComparator) - Static method in class it.unimi.dsi.fastutil.floats.Float2FloatSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(float, float) - Static method in class it.unimi.dsi.fastutil.floats.Float2FloatSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(float, float, FloatComparator) - Static method in class it.unimi.dsi.fastutil.floats.Float2FloatSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(float, float, FloatComparator) - Constructor for class it.unimi.dsi.fastutil.floats.Float2FloatSortedMaps.Singleton
 
Singleton(float, float) - Constructor for class it.unimi.dsi.fastutil.floats.Float2FloatSortedMaps.Singleton
 
singleton(float, int) - Static method in class it.unimi.dsi.fastutil.floats.Float2IntFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Float, Integer) - Static method in class it.unimi.dsi.fastutil.floats.Float2IntFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(float, int) - Constructor for class it.unimi.dsi.fastutil.floats.Float2IntFunctions.Singleton
 
singleton(float, int) - Static method in class it.unimi.dsi.fastutil.floats.Float2IntMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Float, Integer) - Static method in class it.unimi.dsi.fastutil.floats.Float2IntMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(float, int) - Constructor for class it.unimi.dsi.fastutil.floats.Float2IntMaps.Singleton
 
singleton(Float, Integer) - Static method in class it.unimi.dsi.fastutil.floats.Float2IntSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Float, Integer, FloatComparator) - Static method in class it.unimi.dsi.fastutil.floats.Float2IntSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(float, int) - Static method in class it.unimi.dsi.fastutil.floats.Float2IntSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(float, int, FloatComparator) - Static method in class it.unimi.dsi.fastutil.floats.Float2IntSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(float, int, FloatComparator) - Constructor for class it.unimi.dsi.fastutil.floats.Float2IntSortedMaps.Singleton
 
Singleton(float, int) - Constructor for class it.unimi.dsi.fastutil.floats.Float2IntSortedMaps.Singleton
 
singleton(float, long) - Static method in class it.unimi.dsi.fastutil.floats.Float2LongFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Float, Long) - Static method in class it.unimi.dsi.fastutil.floats.Float2LongFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(float, long) - Constructor for class it.unimi.dsi.fastutil.floats.Float2LongFunctions.Singleton
 
singleton(float, long) - Static method in class it.unimi.dsi.fastutil.floats.Float2LongMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Float, Long) - Static method in class it.unimi.dsi.fastutil.floats.Float2LongMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(float, long) - Constructor for class it.unimi.dsi.fastutil.floats.Float2LongMaps.Singleton
 
singleton(Float, Long) - Static method in class it.unimi.dsi.fastutil.floats.Float2LongSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Float, Long, FloatComparator) - Static method in class it.unimi.dsi.fastutil.floats.Float2LongSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(float, long) - Static method in class it.unimi.dsi.fastutil.floats.Float2LongSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(float, long, FloatComparator) - Static method in class it.unimi.dsi.fastutil.floats.Float2LongSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(float, long, FloatComparator) - Constructor for class it.unimi.dsi.fastutil.floats.Float2LongSortedMaps.Singleton
 
Singleton(float, long) - Constructor for class it.unimi.dsi.fastutil.floats.Float2LongSortedMaps.Singleton
 
singleton(float, V) - Static method in class it.unimi.dsi.fastutil.floats.Float2ObjectFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Float, V) - Static method in class it.unimi.dsi.fastutil.floats.Float2ObjectFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(float, V) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ObjectFunctions.Singleton
 
singleton(float, V) - Static method in class it.unimi.dsi.fastutil.floats.Float2ObjectMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Float, V) - Static method in class it.unimi.dsi.fastutil.floats.Float2ObjectMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(float, V) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ObjectMaps.Singleton
 
singleton(Float, V) - Static method in class it.unimi.dsi.fastutil.floats.Float2ObjectSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Float, V, FloatComparator) - Static method in class it.unimi.dsi.fastutil.floats.Float2ObjectSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(float, V) - Static method in class it.unimi.dsi.fastutil.floats.Float2ObjectSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(float, V, FloatComparator) - Static method in class it.unimi.dsi.fastutil.floats.Float2ObjectSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(float, V, FloatComparator) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ObjectSortedMaps.Singleton
 
Singleton(float, V) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ObjectSortedMaps.Singleton
 
singleton(float, V) - Static method in class it.unimi.dsi.fastutil.floats.Float2ReferenceFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Float, V) - Static method in class it.unimi.dsi.fastutil.floats.Float2ReferenceFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(float, V) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ReferenceFunctions.Singleton
 
singleton(float, V) - Static method in class it.unimi.dsi.fastutil.floats.Float2ReferenceMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Float, V) - Static method in class it.unimi.dsi.fastutil.floats.Float2ReferenceMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(float, V) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ReferenceMaps.Singleton
 
singleton(Float, V) - Static method in class it.unimi.dsi.fastutil.floats.Float2ReferenceSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Float, V, FloatComparator) - Static method in class it.unimi.dsi.fastutil.floats.Float2ReferenceSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(float, V) - Static method in class it.unimi.dsi.fastutil.floats.Float2ReferenceSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(float, V, FloatComparator) - Static method in class it.unimi.dsi.fastutil.floats.Float2ReferenceSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(float, V, FloatComparator) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ReferenceSortedMaps.Singleton
 
Singleton(float, V) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ReferenceSortedMaps.Singleton
 
singleton(float, short) - Static method in class it.unimi.dsi.fastutil.floats.Float2ShortFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Float, Short) - Static method in class it.unimi.dsi.fastutil.floats.Float2ShortFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(float, short) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ShortFunctions.Singleton
 
singleton(float, short) - Static method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Float, Short) - Static method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(float, short) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ShortMaps.Singleton
 
singleton(Float, Short) - Static method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Float, Short, FloatComparator) - Static method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(float, short) - Static method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(float, short, FloatComparator) - Static method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(float, short, FloatComparator) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps.Singleton
 
Singleton(float, short) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps.Singleton
 
singleton(float) - Static method in class it.unimi.dsi.fastutil.floats.FloatBigListIterators
Returns an iterator that iterates just over the given element.
singleton(float) - Static method in class it.unimi.dsi.fastutil.floats.FloatBigLists
Returns a type-specific immutable big list containing only the specified element.
singleton(Object) - Static method in class it.unimi.dsi.fastutil.floats.FloatBigLists
Returns a type-specific immutable big list containing only the specified element.
singleton(float) - Static method in class it.unimi.dsi.fastutil.floats.FloatIterators
Returns an immutable iterator that iterates just over the given element.
singleton(float) - Static method in class it.unimi.dsi.fastutil.floats.FloatLists
Returns a type-specific immutable list containing only the specified element.
singleton(Object) - Static method in class it.unimi.dsi.fastutil.floats.FloatLists
Returns a type-specific immutable list containing only the specified element.
singleton(float) - Static method in class it.unimi.dsi.fastutil.floats.FloatSets
Returns a type-specific immutable set containing only the specified element.
singleton(Float) - Static method in class it.unimi.dsi.fastutil.floats.FloatSets
Returns a type-specific immutable set containing only the specified element.
Singleton(float) - Constructor for class it.unimi.dsi.fastutil.floats.FloatSets.Singleton
 
singleton(float) - Static method in class it.unimi.dsi.fastutil.floats.FloatSortedSets
Returns a type-specific immutable sorted set containing only the specified element.
singleton(float, FloatComparator) - Static method in class it.unimi.dsi.fastutil.floats.FloatSortedSets
Returns a type-specific immutable sorted set containing only the specified element, and using a specified comparator.
singleton(Object) - Static method in class it.unimi.dsi.fastutil.floats.FloatSortedSets
Returns a type-specific immutable sorted set containing only the specified element.
singleton(Object, FloatComparator) - Static method in class it.unimi.dsi.fastutil.floats.FloatSortedSets
Returns a type-specific immutable sorted set containing only the specified element, and using a specified comparator.
singleton(int, boolean) - Static method in class it.unimi.dsi.fastutil.ints.Int2BooleanFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Integer, Boolean) - Static method in class it.unimi.dsi.fastutil.ints.Int2BooleanFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(int, boolean) - Constructor for class it.unimi.dsi.fastutil.ints.Int2BooleanFunctions.Singleton
 
singleton(int, boolean) - Static method in class it.unimi.dsi.fastutil.ints.Int2BooleanMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Integer, Boolean) - Static method in class it.unimi.dsi.fastutil.ints.Int2BooleanMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(int, boolean) - Constructor for class it.unimi.dsi.fastutil.ints.Int2BooleanMaps.Singleton
 
singleton(Integer, Boolean) - Static method in class it.unimi.dsi.fastutil.ints.Int2BooleanSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Integer, Boolean, IntComparator) - Static method in class it.unimi.dsi.fastutil.ints.Int2BooleanSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(int, boolean) - Static method in class it.unimi.dsi.fastutil.ints.Int2BooleanSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(int, boolean, IntComparator) - Static method in class it.unimi.dsi.fastutil.ints.Int2BooleanSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(int, boolean, IntComparator) - Constructor for class it.unimi.dsi.fastutil.ints.Int2BooleanSortedMaps.Singleton
 
Singleton(int, boolean) - Constructor for class it.unimi.dsi.fastutil.ints.Int2BooleanSortedMaps.Singleton
 
singleton(int, byte) - Static method in class it.unimi.dsi.fastutil.ints.Int2ByteFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Integer, Byte) - Static method in class it.unimi.dsi.fastutil.ints.Int2ByteFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(int, byte) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ByteFunctions.Singleton
 
singleton(int, byte) - Static method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Integer, Byte) - Static method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(int, byte) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ByteMaps.Singleton
 
singleton(Integer, Byte) - Static method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Integer, Byte, IntComparator) - Static method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(int, byte) - Static method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(int, byte, IntComparator) - Static method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(int, byte, IntComparator) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps.Singleton
 
Singleton(int, byte) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps.Singleton
 
singleton(int, char) - Static method in class it.unimi.dsi.fastutil.ints.Int2CharFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Integer, Character) - Static method in class it.unimi.dsi.fastutil.ints.Int2CharFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(int, char) - Constructor for class it.unimi.dsi.fastutil.ints.Int2CharFunctions.Singleton
 
singleton(int, char) - Static method in class it.unimi.dsi.fastutil.ints.Int2CharMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Integer, Character) - Static method in class it.unimi.dsi.fastutil.ints.Int2CharMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(int, char) - Constructor for class it.unimi.dsi.fastutil.ints.Int2CharMaps.Singleton
 
singleton(Integer, Character) - Static method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Integer, Character, IntComparator) - Static method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(int, char) - Static method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(int, char, IntComparator) - Static method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(int, char, IntComparator) - Constructor for class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps.Singleton
 
Singleton(int, char) - Constructor for class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps.Singleton
 
singleton(int, double) - Static method in class it.unimi.dsi.fastutil.ints.Int2DoubleFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Integer, Double) - Static method in class it.unimi.dsi.fastutil.ints.Int2DoubleFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(int, double) - Constructor for class it.unimi.dsi.fastutil.ints.Int2DoubleFunctions.Singleton
 
singleton(int, double) - Static method in class it.unimi.dsi.fastutil.ints.Int2DoubleMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Integer, Double) - Static method in class it.unimi.dsi.fastutil.ints.Int2DoubleMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(int, double) - Constructor for class it.unimi.dsi.fastutil.ints.Int2DoubleMaps.Singleton
 
singleton(Integer, Double) - Static method in class it.unimi.dsi.fastutil.ints.Int2DoubleSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Integer, Double, IntComparator) - Static method in class it.unimi.dsi.fastutil.ints.Int2DoubleSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(int, double) - Static method in class it.unimi.dsi.fastutil.ints.Int2DoubleSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(int, double, IntComparator) - Static method in class it.unimi.dsi.fastutil.ints.Int2DoubleSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(int, double, IntComparator) - Constructor for class it.unimi.dsi.fastutil.ints.Int2DoubleSortedMaps.Singleton
 
Singleton(int, double) - Constructor for class it.unimi.dsi.fastutil.ints.Int2DoubleSortedMaps.Singleton
 
singleton(int, float) - Static method in class it.unimi.dsi.fastutil.ints.Int2FloatFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Integer, Float) - Static method in class it.unimi.dsi.fastutil.ints.Int2FloatFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(int, float) - Constructor for class it.unimi.dsi.fastutil.ints.Int2FloatFunctions.Singleton
 
singleton(int, float) - Static method in class it.unimi.dsi.fastutil.ints.Int2FloatMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Integer, Float) - Static method in class it.unimi.dsi.fastutil.ints.Int2FloatMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(int, float) - Constructor for class it.unimi.dsi.fastutil.ints.Int2FloatMaps.Singleton
 
singleton(Integer, Float) - Static method in class it.unimi.dsi.fastutil.ints.Int2FloatSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Integer, Float, IntComparator) - Static method in class it.unimi.dsi.fastutil.ints.Int2FloatSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(int, float) - Static method in class it.unimi.dsi.fastutil.ints.Int2FloatSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(int, float, IntComparator) - Static method in class it.unimi.dsi.fastutil.ints.Int2FloatSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(int, float, IntComparator) - Constructor for class it.unimi.dsi.fastutil.ints.Int2FloatSortedMaps.Singleton
 
Singleton(int, float) - Constructor for class it.unimi.dsi.fastutil.ints.Int2FloatSortedMaps.Singleton
 
singleton(int, int) - Static method in class it.unimi.dsi.fastutil.ints.Int2IntFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Integer, Integer) - Static method in class it.unimi.dsi.fastutil.ints.Int2IntFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(int, int) - Constructor for class it.unimi.dsi.fastutil.ints.Int2IntFunctions.Singleton
 
singleton(int, int) - Static method in class it.unimi.dsi.fastutil.ints.Int2IntMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Integer, Integer) - Static method in class it.unimi.dsi.fastutil.ints.Int2IntMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(int, int) - Constructor for class it.unimi.dsi.fastutil.ints.Int2IntMaps.Singleton
 
singleton(Integer, Integer) - Static method in class it.unimi.dsi.fastutil.ints.Int2IntSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Integer, Integer, IntComparator) - Static method in class it.unimi.dsi.fastutil.ints.Int2IntSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(int, int) - Static method in class it.unimi.dsi.fastutil.ints.Int2IntSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(int, int, IntComparator) - Static method in class it.unimi.dsi.fastutil.ints.Int2IntSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(int, int, IntComparator) - Constructor for class it.unimi.dsi.fastutil.ints.Int2IntSortedMaps.Singleton
 
Singleton(int, int) - Constructor for class it.unimi.dsi.fastutil.ints.Int2IntSortedMaps.Singleton
 
singleton(int, long) - Static method in class it.unimi.dsi.fastutil.ints.Int2LongFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Integer, Long) - Static method in class it.unimi.dsi.fastutil.ints.Int2LongFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(int, long) - Constructor for class it.unimi.dsi.fastutil.ints.Int2LongFunctions.Singleton
 
singleton(int, long) - Static method in class it.unimi.dsi.fastutil.ints.Int2LongMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Integer, Long) - Static method in class it.unimi.dsi.fastutil.ints.Int2LongMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(int, long) - Constructor for class it.unimi.dsi.fastutil.ints.Int2LongMaps.Singleton
 
singleton(Integer, Long) - Static method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Integer, Long, IntComparator) - Static method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(int, long) - Static method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(int, long, IntComparator) - Static method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(int, long, IntComparator) - Constructor for class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps.Singleton
 
Singleton(int, long) - Constructor for class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps.Singleton
 
singleton(int, V) - Static method in class it.unimi.dsi.fastutil.ints.Int2ObjectFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Integer, V) - Static method in class it.unimi.dsi.fastutil.ints.Int2ObjectFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(int, V) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ObjectFunctions.Singleton
 
singleton(int, V) - Static method in class it.unimi.dsi.fastutil.ints.Int2ObjectMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Integer, V) - Static method in class it.unimi.dsi.fastutil.ints.Int2ObjectMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(int, V) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ObjectMaps.Singleton
 
singleton(Integer, V) - Static method in class it.unimi.dsi.fastutil.ints.Int2ObjectSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Integer, V, IntComparator) - Static method in class it.unimi.dsi.fastutil.ints.Int2ObjectSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(int, V) - Static method in class it.unimi.dsi.fastutil.ints.Int2ObjectSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(int, V, IntComparator) - Static method in class it.unimi.dsi.fastutil.ints.Int2ObjectSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(int, V, IntComparator) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ObjectSortedMaps.Singleton
 
Singleton(int, V) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ObjectSortedMaps.Singleton
 
singleton(int, V) - Static method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Integer, V) - Static method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(int, V) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.Singleton
 
singleton(int, V) - Static method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Integer, V) - Static method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(int, V) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.Singleton
 
singleton(Integer, V) - Static method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Integer, V, IntComparator) - Static method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(int, V) - Static method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(int, V, IntComparator) - Static method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(int, V, IntComparator) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.Singleton
 
Singleton(int, V) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.Singleton
 
singleton(int, short) - Static method in class it.unimi.dsi.fastutil.ints.Int2ShortFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Integer, Short) - Static method in class it.unimi.dsi.fastutil.ints.Int2ShortFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(int, short) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ShortFunctions.Singleton
 
singleton(int, short) - Static method in class it.unimi.dsi.fastutil.ints.Int2ShortMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Integer, Short) - Static method in class it.unimi.dsi.fastutil.ints.Int2ShortMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(int, short) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ShortMaps.Singleton
 
singleton(Integer, Short) - Static method in class it.unimi.dsi.fastutil.ints.Int2ShortSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Integer, Short, IntComparator) - Static method in class it.unimi.dsi.fastutil.ints.Int2ShortSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(int, short) - Static method in class it.unimi.dsi.fastutil.ints.Int2ShortSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(int, short, IntComparator) - Static method in class it.unimi.dsi.fastutil.ints.Int2ShortSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(int, short, IntComparator) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ShortSortedMaps.Singleton
 
Singleton(int, short) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ShortSortedMaps.Singleton
 
singleton(int) - Static method in class it.unimi.dsi.fastutil.ints.IntBigListIterators
Returns an iterator that iterates just over the given element.
singleton(int) - Static method in class it.unimi.dsi.fastutil.ints.IntBigLists
Returns a type-specific immutable big list containing only the specified element.
singleton(Object) - Static method in class it.unimi.dsi.fastutil.ints.IntBigLists
Returns a type-specific immutable big list containing only the specified element.
singleton(int) - Static method in class it.unimi.dsi.fastutil.ints.IntIterators
Returns an immutable iterator that iterates just over the given element.
singleton(int) - Static method in class it.unimi.dsi.fastutil.ints.IntLists
Returns a type-specific immutable list containing only the specified element.
singleton(Object) - Static method in class it.unimi.dsi.fastutil.ints.IntLists
Returns a type-specific immutable list containing only the specified element.
singleton(int) - Static method in class it.unimi.dsi.fastutil.ints.IntSets
Returns a type-specific immutable set containing only the specified element.
singleton(Integer) - Static method in class it.unimi.dsi.fastutil.ints.IntSets
Returns a type-specific immutable set containing only the specified element.
Singleton(int) - Constructor for class it.unimi.dsi.fastutil.ints.IntSets.Singleton
 
singleton(int) - Static method in class it.unimi.dsi.fastutil.ints.IntSortedSets
Returns a type-specific immutable sorted set containing only the specified element.
singleton(int, IntComparator) - Static method in class it.unimi.dsi.fastutil.ints.IntSortedSets
Returns a type-specific immutable sorted set containing only the specified element, and using a specified comparator.
singleton(Object) - Static method in class it.unimi.dsi.fastutil.ints.IntSortedSets
Returns a type-specific immutable sorted set containing only the specified element.
singleton(Object, IntComparator) - Static method in class it.unimi.dsi.fastutil.ints.IntSortedSets
Returns a type-specific immutable sorted set containing only the specified element, and using a specified comparator.
singleton(long, boolean) - Static method in class it.unimi.dsi.fastutil.longs.Long2BooleanFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Long, Boolean) - Static method in class it.unimi.dsi.fastutil.longs.Long2BooleanFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(long, boolean) - Constructor for class it.unimi.dsi.fastutil.longs.Long2BooleanFunctions.Singleton
 
singleton(long, boolean) - Static method in class it.unimi.dsi.fastutil.longs.Long2BooleanMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Long, Boolean) - Static method in class it.unimi.dsi.fastutil.longs.Long2BooleanMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(long, boolean) - Constructor for class it.unimi.dsi.fastutil.longs.Long2BooleanMaps.Singleton
 
singleton(Long, Boolean) - Static method in class it.unimi.dsi.fastutil.longs.Long2BooleanSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Long, Boolean, LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.Long2BooleanSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(long, boolean) - Static method in class it.unimi.dsi.fastutil.longs.Long2BooleanSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(long, boolean, LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.Long2BooleanSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(long, boolean, LongComparator) - Constructor for class it.unimi.dsi.fastutil.longs.Long2BooleanSortedMaps.Singleton
 
Singleton(long, boolean) - Constructor for class it.unimi.dsi.fastutil.longs.Long2BooleanSortedMaps.Singleton
 
singleton(long, byte) - Static method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Long, Byte) - Static method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(long, byte) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.Singleton
 
singleton(long, byte) - Static method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Long, Byte) - Static method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(long, byte) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteMaps.Singleton
 
singleton(Long, Byte) - Static method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Long, Byte, LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(long, byte) - Static method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(long, byte, LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(long, byte, LongComparator) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.Singleton
 
Singleton(long, byte) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.Singleton
 
singleton(long, char) - Static method in class it.unimi.dsi.fastutil.longs.Long2CharFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Long, Character) - Static method in class it.unimi.dsi.fastutil.longs.Long2CharFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(long, char) - Constructor for class it.unimi.dsi.fastutil.longs.Long2CharFunctions.Singleton
 
singleton(long, char) - Static method in class it.unimi.dsi.fastutil.longs.Long2CharMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Long, Character) - Static method in class it.unimi.dsi.fastutil.longs.Long2CharMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(long, char) - Constructor for class it.unimi.dsi.fastutil.longs.Long2CharMaps.Singleton
 
singleton(Long, Character) - Static method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Long, Character, LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(long, char) - Static method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(long, char, LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(long, char, LongComparator) - Constructor for class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps.Singleton
 
Singleton(long, char) - Constructor for class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps.Singleton
 
singleton(long, double) - Static method in class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Long, Double) - Static method in class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(long, double) - Constructor for class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions.Singleton
 
singleton(long, double) - Static method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Long, Double) - Static method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(long, double) - Constructor for class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.Singleton
 
singleton(Long, Double) - Static method in class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Long, Double, LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(long, double) - Static method in class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(long, double, LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(long, double, LongComparator) - Constructor for class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps.Singleton
 
Singleton(long, double) - Constructor for class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps.Singleton
 
singleton(long, float) - Static method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Long, Float) - Static method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(long, float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.Singleton
 
singleton(long, float) - Static method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Long, Float) - Static method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(long, float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatMaps.Singleton
 
singleton(Long, Float) - Static method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Long, Float, LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(long, float) - Static method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(long, float, LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(long, float, LongComparator) - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.Singleton
 
Singleton(long, float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.Singleton
 
singleton(long, int) - Static method in class it.unimi.dsi.fastutil.longs.Long2IntFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Long, Integer) - Static method in class it.unimi.dsi.fastutil.longs.Long2IntFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(long, int) - Constructor for class it.unimi.dsi.fastutil.longs.Long2IntFunctions.Singleton
 
singleton(long, int) - Static method in class it.unimi.dsi.fastutil.longs.Long2IntMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Long, Integer) - Static method in class it.unimi.dsi.fastutil.longs.Long2IntMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(long, int) - Constructor for class it.unimi.dsi.fastutil.longs.Long2IntMaps.Singleton
 
singleton(Long, Integer) - Static method in class it.unimi.dsi.fastutil.longs.Long2IntSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Long, Integer, LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.Long2IntSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(long, int) - Static method in class it.unimi.dsi.fastutil.longs.Long2IntSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(long, int, LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.Long2IntSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(long, int, LongComparator) - Constructor for class it.unimi.dsi.fastutil.longs.Long2IntSortedMaps.Singleton
 
Singleton(long, int) - Constructor for class it.unimi.dsi.fastutil.longs.Long2IntSortedMaps.Singleton
 
singleton(long, long) - Static method in class it.unimi.dsi.fastutil.longs.Long2LongFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Long, Long) - Static method in class it.unimi.dsi.fastutil.longs.Long2LongFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(long, long) - Constructor for class it.unimi.dsi.fastutil.longs.Long2LongFunctions.Singleton
 
singleton(long, long) - Static method in class it.unimi.dsi.fastutil.longs.Long2LongMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Long, Long) - Static method in class it.unimi.dsi.fastutil.longs.Long2LongMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(long, long) - Constructor for class it.unimi.dsi.fastutil.longs.Long2LongMaps.Singleton
 
singleton(Long, Long) - Static method in class it.unimi.dsi.fastutil.longs.Long2LongSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Long, Long, LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.Long2LongSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(long, long) - Static method in class it.unimi.dsi.fastutil.longs.Long2LongSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(long, long, LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.Long2LongSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(long, long, LongComparator) - Constructor for class it.unimi.dsi.fastutil.longs.Long2LongSortedMaps.Singleton
 
Singleton(long, long) - Constructor for class it.unimi.dsi.fastutil.longs.Long2LongSortedMaps.Singleton
 
singleton(long, V) - Static method in class it.unimi.dsi.fastutil.longs.Long2ObjectFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Long, V) - Static method in class it.unimi.dsi.fastutil.longs.Long2ObjectFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(long, V) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ObjectFunctions.Singleton
 
singleton(long, V) - Static method in class it.unimi.dsi.fastutil.longs.Long2ObjectMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Long, V) - Static method in class it.unimi.dsi.fastutil.longs.Long2ObjectMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(long, V) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ObjectMaps.Singleton
 
singleton(Long, V) - Static method in class it.unimi.dsi.fastutil.longs.Long2ObjectSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Long, V, LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.Long2ObjectSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(long, V) - Static method in class it.unimi.dsi.fastutil.longs.Long2ObjectSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(long, V, LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.Long2ObjectSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(long, V, LongComparator) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ObjectSortedMaps.Singleton
 
Singleton(long, V) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ObjectSortedMaps.Singleton
 
singleton(long, V) - Static method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Long, V) - Static method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(long, V) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.Singleton
 
singleton(long, V) - Static method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Long, V) - Static method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(long, V) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.Singleton
 
singleton(Long, V) - Static method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Long, V, LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(long, V) - Static method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(long, V, LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(long, V, LongComparator) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.Singleton
 
Singleton(long, V) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.Singleton
 
singleton(long, short) - Static method in class it.unimi.dsi.fastutil.longs.Long2ShortFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Long, Short) - Static method in class it.unimi.dsi.fastutil.longs.Long2ShortFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(long, short) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ShortFunctions.Singleton
 
singleton(long, short) - Static method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Long, Short) - Static method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(long, short) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ShortMaps.Singleton
 
singleton(Long, Short) - Static method in class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Long, Short, LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(long, short) - Static method in class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(long, short, LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(long, short, LongComparator) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps.Singleton
 
Singleton(long, short) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps.Singleton
 
singleton(long) - Static method in class it.unimi.dsi.fastutil.longs.LongBigListIterators
Returns an iterator that iterates just over the given element.
singleton(long) - Static method in class it.unimi.dsi.fastutil.longs.LongBigLists
Returns a type-specific immutable big list containing only the specified element.
singleton(Object) - Static method in class it.unimi.dsi.fastutil.longs.LongBigLists
Returns a type-specific immutable big list containing only the specified element.
singleton(long) - Static method in class it.unimi.dsi.fastutil.longs.LongIterators
Returns an immutable iterator that iterates just over the given element.
singleton(long) - Static method in class it.unimi.dsi.fastutil.longs.LongLists
Returns a type-specific immutable list containing only the specified element.
singleton(Object) - Static method in class it.unimi.dsi.fastutil.longs.LongLists
Returns a type-specific immutable list containing only the specified element.
singleton(long) - Static method in class it.unimi.dsi.fastutil.longs.LongSets
Returns a type-specific immutable set containing only the specified element.
singleton(Long) - Static method in class it.unimi.dsi.fastutil.longs.LongSets
Returns a type-specific immutable set containing only the specified element.
Singleton(long) - Constructor for class it.unimi.dsi.fastutil.longs.LongSets.Singleton
 
singleton(long) - Static method in class it.unimi.dsi.fastutil.longs.LongSortedSets
Returns a type-specific immutable sorted set containing only the specified element.
singleton(long, LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.LongSortedSets
Returns a type-specific immutable sorted set containing only the specified element, and using a specified comparator.
singleton(Object) - Static method in class it.unimi.dsi.fastutil.longs.LongSortedSets
Returns a type-specific immutable sorted set containing only the specified element.
singleton(Object, LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.LongSortedSets
Returns a type-specific immutable sorted set containing only the specified element, and using a specified comparator.
singleton(K, boolean) - Static method in class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(K, Boolean) - Static method in class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(K, boolean) - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions.Singleton
 
singleton(K, boolean) - Static method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(K, Boolean) - Static method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(K, boolean) - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.Singleton
 
singleton(K, Boolean) - Static method in class it.unimi.dsi.fastutil.objects.Object2BooleanSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(K, Boolean, Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2BooleanSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(K, boolean) - Static method in class it.unimi.dsi.fastutil.objects.Object2BooleanSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(K, boolean, Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2BooleanSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(K, boolean, Comparator<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanSortedMaps.Singleton
 
Singleton(K, boolean) - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanSortedMaps.Singleton
 
singleton(K, byte) - Static method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(K, Byte) - Static method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(K, byte) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.Singleton
 
singleton(K, byte) - Static method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(K, Byte) - Static method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(K, byte) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteMaps.Singleton
 
singleton(K, Byte) - Static method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(K, Byte, Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(K, byte) - Static method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(K, byte, Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(K, byte, Comparator<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.Singleton
 
Singleton(K, byte) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.Singleton
 
singleton(K, char) - Static method in class it.unimi.dsi.fastutil.objects.Object2CharFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(K, Character) - Static method in class it.unimi.dsi.fastutil.objects.Object2CharFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(K, char) - Constructor for class it.unimi.dsi.fastutil.objects.Object2CharFunctions.Singleton
 
singleton(K, char) - Static method in class it.unimi.dsi.fastutil.objects.Object2CharMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(K, Character) - Static method in class it.unimi.dsi.fastutil.objects.Object2CharMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(K, char) - Constructor for class it.unimi.dsi.fastutil.objects.Object2CharMaps.Singleton
 
singleton(K, Character) - Static method in class it.unimi.dsi.fastutil.objects.Object2CharSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(K, Character, Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2CharSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(K, char) - Static method in class it.unimi.dsi.fastutil.objects.Object2CharSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(K, char, Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2CharSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(K, char, Comparator<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2CharSortedMaps.Singleton
 
Singleton(K, char) - Constructor for class it.unimi.dsi.fastutil.objects.Object2CharSortedMaps.Singleton
 
singleton(K, double) - Static method in class it.unimi.dsi.fastutil.objects.Object2DoubleFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(K, Double) - Static method in class it.unimi.dsi.fastutil.objects.Object2DoubleFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(K, double) - Constructor for class it.unimi.dsi.fastutil.objects.Object2DoubleFunctions.Singleton
 
singleton(K, double) - Static method in class it.unimi.dsi.fastutil.objects.Object2DoubleMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(K, Double) - Static method in class it.unimi.dsi.fastutil.objects.Object2DoubleMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(K, double) - Constructor for class it.unimi.dsi.fastutil.objects.Object2DoubleMaps.Singleton
 
singleton(K, Double) - Static method in class it.unimi.dsi.fastutil.objects.Object2DoubleSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(K, Double, Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2DoubleSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(K, double) - Static method in class it.unimi.dsi.fastutil.objects.Object2DoubleSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(K, double, Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2DoubleSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(K, double, Comparator<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2DoubleSortedMaps.Singleton
 
Singleton(K, double) - Constructor for class it.unimi.dsi.fastutil.objects.Object2DoubleSortedMaps.Singleton
 
singleton(K, float) - Static method in class it.unimi.dsi.fastutil.objects.Object2FloatFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(K, Float) - Static method in class it.unimi.dsi.fastutil.objects.Object2FloatFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(K, float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2FloatFunctions.Singleton
 
singleton(K, float) - Static method in class it.unimi.dsi.fastutil.objects.Object2FloatMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(K, Float) - Static method in class it.unimi.dsi.fastutil.objects.Object2FloatMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(K, float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2FloatMaps.Singleton
 
singleton(K, Float) - Static method in class it.unimi.dsi.fastutil.objects.Object2FloatSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(K, Float, Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2FloatSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(K, float) - Static method in class it.unimi.dsi.fastutil.objects.Object2FloatSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(K, float, Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2FloatSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(K, float, Comparator<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2FloatSortedMaps.Singleton
 
Singleton(K, float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2FloatSortedMaps.Singleton
 
singleton(K, int) - Static method in class it.unimi.dsi.fastutil.objects.Object2IntFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(K, Integer) - Static method in class it.unimi.dsi.fastutil.objects.Object2IntFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(K, int) - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntFunctions.Singleton
 
singleton(K, int) - Static method in class it.unimi.dsi.fastutil.objects.Object2IntMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(K, Integer) - Static method in class it.unimi.dsi.fastutil.objects.Object2IntMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(K, int) - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntMaps.Singleton
 
singleton(K, Integer) - Static method in class it.unimi.dsi.fastutil.objects.Object2IntSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(K, Integer, Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2IntSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(K, int) - Static method in class it.unimi.dsi.fastutil.objects.Object2IntSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(K, int, Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2IntSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(K, int, Comparator<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntSortedMaps.Singleton
 
Singleton(K, int) - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntSortedMaps.Singleton
 
singleton(K, long) - Static method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(K, Long) - Static method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(K, long) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongFunctions.Singleton
 
singleton(K, long) - Static method in class it.unimi.dsi.fastutil.objects.Object2LongMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(K, Long) - Static method in class it.unimi.dsi.fastutil.objects.Object2LongMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(K, long) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongMaps.Singleton
 
singleton(K, Long) - Static method in class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(K, Long, Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(K, long) - Static method in class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(K, long, Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(K, long, Comparator<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps.Singleton
 
Singleton(K, long) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps.Singleton
 
singleton(K, V) - Static method in class it.unimi.dsi.fastutil.objects.Object2ObjectFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(K, V) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectFunctions.Singleton
 
singleton(K, V) - Static method in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(K, V) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.Singleton
 
singleton(K, V) - Static method in class it.unimi.dsi.fastutil.objects.Object2ObjectSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(K, V, Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ObjectSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
Singleton(K, V, Comparator<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectSortedMaps.Singleton
 
Singleton(K, V) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectSortedMaps.Singleton
 
singleton(K, V) - Static method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(K, V) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.Singleton
 
singleton(K, V) - Static method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(K, V) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.Singleton
 
singleton(K, V) - Static method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(K, V, Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
Singleton(K, V, Comparator<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.Singleton
 
Singleton(K, V) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.Singleton
 
singleton(K, short) - Static method in class it.unimi.dsi.fastutil.objects.Object2ShortFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(K, Short) - Static method in class it.unimi.dsi.fastutil.objects.Object2ShortFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(K, short) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ShortFunctions.Singleton
 
singleton(K, short) - Static method in class it.unimi.dsi.fastutil.objects.Object2ShortMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(K, Short) - Static method in class it.unimi.dsi.fastutil.objects.Object2ShortMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(K, short) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ShortMaps.Singleton
 
singleton(K, Short) - Static method in class it.unimi.dsi.fastutil.objects.Object2ShortSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(K, Short, Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ShortSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(K, short) - Static method in class it.unimi.dsi.fastutil.objects.Object2ShortSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(K, short, Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ShortSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(K, short, Comparator<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ShortSortedMaps.Singleton
 
Singleton(K, short) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ShortSortedMaps.Singleton
 
singleton(K) - Static method in class it.unimi.dsi.fastutil.objects.ObjectBigListIterators
Returns an iterator that iterates just over the given element.
singleton(K) - Static method in class it.unimi.dsi.fastutil.objects.ObjectBigLists
Returns a type-specific immutable big list containing only the specified element.
singleton(K) - Static method in class it.unimi.dsi.fastutil.objects.ObjectIterators
Returns an immutable iterator that iterates just over the given element.
singleton(K) - Static method in class it.unimi.dsi.fastutil.objects.ObjectLists
Returns a type-specific immutable list containing only the specified element.
singleton(K) - Static method in class it.unimi.dsi.fastutil.objects.ObjectSets
Returns a type-specific immutable set containing only the specified element.
Singleton(K) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectSets.Singleton
 
singleton(K) - Static method in class it.unimi.dsi.fastutil.objects.ObjectSortedSets
Returns a type-specific immutable sorted set containing only the specified element.
singleton(K, Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.ObjectSortedSets
Returns a type-specific immutable sorted set containing only the specified element, and using a specified comparator.
singleton(K, boolean) - Static method in class it.unimi.dsi.fastutil.objects.Reference2BooleanFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(K, Boolean) - Static method in class it.unimi.dsi.fastutil.objects.Reference2BooleanFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(K, boolean) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2BooleanFunctions.Singleton
 
singleton(K, boolean) - Static method in class it.unimi.dsi.fastutil.objects.Reference2BooleanMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(K, Boolean) - Static method in class it.unimi.dsi.fastutil.objects.Reference2BooleanMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(K, boolean) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2BooleanMaps.Singleton
 
singleton(K, Boolean) - Static method in class it.unimi.dsi.fastutil.objects.Reference2BooleanSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(K, Boolean, Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2BooleanSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(K, boolean) - Static method in class it.unimi.dsi.fastutil.objects.Reference2BooleanSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(K, boolean, Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2BooleanSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(K, boolean, Comparator<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2BooleanSortedMaps.Singleton
 
Singleton(K, boolean) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2BooleanSortedMaps.Singleton
 
singleton(K, byte) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(K, Byte) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(K, byte) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.Singleton
 
singleton(K, byte) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(K, Byte) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(K, byte) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.Singleton
 
singleton(K, Byte) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(K, Byte, Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(K, byte) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(K, byte, Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(K, byte, Comparator<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.Singleton
 
Singleton(K, byte) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.Singleton
 
singleton(K, char) - Static method in class it.unimi.dsi.fastutil.objects.Reference2CharFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(K, Character) - Static method in class it.unimi.dsi.fastutil.objects.Reference2CharFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(K, char) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2CharFunctions.Singleton
 
singleton(K, char) - Static method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(K, Character) - Static method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(K, char) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2CharMaps.Singleton
 
singleton(K, Character) - Static method in class it.unimi.dsi.fastutil.objects.Reference2CharSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(K, Character, Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2CharSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(K, char) - Static method in class it.unimi.dsi.fastutil.objects.Reference2CharSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(K, char, Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2CharSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(K, char, Comparator<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2CharSortedMaps.Singleton
 
Singleton(K, char) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2CharSortedMaps.Singleton
 
singleton(K, double) - Static method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(K, Double) - Static method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(K, double) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.Singleton
 
singleton(K, double) - Static method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(K, Double) - Static method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(K, double) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.Singleton
 
singleton(K, Double) - Static method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(K, Double, Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(K, double) - Static method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(K, double, Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(K, double, Comparator<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.Singleton
 
Singleton(K, double) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.Singleton
 
singleton(K, float) - Static method in class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(K, Float) - Static method in class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(K, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions.Singleton
 
singleton(K, float) - Static method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(K, Float) - Static method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(K, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.Singleton
 
singleton(K, Float) - Static method in class it.unimi.dsi.fastutil.objects.Reference2FloatSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(K, Float, Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2FloatSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(K, float) - Static method in class it.unimi.dsi.fastutil.objects.Reference2FloatSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(K, float, Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2FloatSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(K, float, Comparator<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2FloatSortedMaps.Singleton
 
Singleton(K, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2FloatSortedMaps.Singleton
 
singleton(K, int) - Static method in class it.unimi.dsi.fastutil.objects.Reference2IntFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(K, Integer) - Static method in class it.unimi.dsi.fastutil.objects.Reference2IntFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(K, int) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2IntFunctions.Singleton
 
singleton(K, int) - Static method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(K, Integer) - Static method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(K, int) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2IntMaps.Singleton
 
singleton(K, Integer) - Static method in class it.unimi.dsi.fastutil.objects.Reference2IntSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(K, Integer, Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2IntSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(K, int) - Static method in class it.unimi.dsi.fastutil.objects.Reference2IntSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(K, int, Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2IntSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(K, int, Comparator<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2IntSortedMaps.Singleton
 
Singleton(K, int) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2IntSortedMaps.Singleton
 
singleton(K, long) - Static method in class it.unimi.dsi.fastutil.objects.Reference2LongFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(K, Long) - Static method in class it.unimi.dsi.fastutil.objects.Reference2LongFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(K, long) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2LongFunctions.Singleton
 
singleton(K, long) - Static method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(K, Long) - Static method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(K, long) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2LongMaps.Singleton
 
singleton(K, Long) - Static method in class it.unimi.dsi.fastutil.objects.Reference2LongSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(K, Long, Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2LongSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(K, long) - Static method in class it.unimi.dsi.fastutil.objects.Reference2LongSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(K, long, Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2LongSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(K, long, Comparator<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2LongSortedMaps.Singleton
 
Singleton(K, long) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2LongSortedMaps.Singleton
 
singleton(K, V) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ObjectFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(K, V) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ObjectFunctions.Singleton
 
singleton(K, V) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ObjectMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(K, V) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ObjectMaps.Singleton
 
singleton(K, V) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ObjectSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(K, V, Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ObjectSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
Singleton(K, V, Comparator<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ObjectSortedMaps.Singleton
 
Singleton(K, V) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ObjectSortedMaps.Singleton
 
singleton(K, V) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(K, V) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.Singleton
 
singleton(K, V) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(K, V) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.Singleton
 
singleton(K, V) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(K, V, Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
Singleton(K, V, Comparator<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.Singleton
 
Singleton(K, V) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.Singleton
 
singleton(K, short) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(K, Short) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(K, short) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions.Singleton
 
singleton(K, short) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(K, Short) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(K, short) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.Singleton
 
singleton(K, Short) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ShortSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(K, Short, Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ShortSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(K, short) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ShortSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(K, short, Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ShortSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(K, short, Comparator<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ShortSortedMaps.Singleton
 
Singleton(K, short) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ShortSortedMaps.Singleton
 
singleton(K) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists
Returns a type-specific immutable big list containing only the specified element.
singleton(K) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceLists
Returns a type-specific immutable list containing only the specified element.
singleton(K) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceSets
Returns a type-specific immutable set containing only the specified element.
Singleton(K) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceSets.Singleton
 
singleton(K) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets
Returns a type-specific immutable sorted set containing only the specified element.
singleton(K, Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets
Returns a type-specific immutable sorted set containing only the specified element, and using a specified comparator.
singleton(short, boolean) - Static method in class it.unimi.dsi.fastutil.shorts.Short2BooleanFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Short, Boolean) - Static method in class it.unimi.dsi.fastutil.shorts.Short2BooleanFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(short, boolean) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2BooleanFunctions.Singleton
 
singleton(short, boolean) - Static method in class it.unimi.dsi.fastutil.shorts.Short2BooleanMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Short, Boolean) - Static method in class it.unimi.dsi.fastutil.shorts.Short2BooleanMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(short, boolean) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2BooleanMaps.Singleton
 
singleton(Short, Boolean) - Static method in class it.unimi.dsi.fastutil.shorts.Short2BooleanSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Short, Boolean, ShortComparator) - Static method in class it.unimi.dsi.fastutil.shorts.Short2BooleanSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(short, boolean) - Static method in class it.unimi.dsi.fastutil.shorts.Short2BooleanSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(short, boolean, ShortComparator) - Static method in class it.unimi.dsi.fastutil.shorts.Short2BooleanSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(short, boolean, ShortComparator) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2BooleanSortedMaps.Singleton
 
Singleton(short, boolean) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2BooleanSortedMaps.Singleton
 
singleton(short, byte) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ByteFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Short, Byte) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ByteFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(short, byte) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ByteFunctions.Singleton
 
singleton(short, byte) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ByteMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Short, Byte) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ByteMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(short, byte) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ByteMaps.Singleton
 
singleton(Short, Byte) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ByteSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Short, Byte, ShortComparator) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ByteSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(short, byte) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ByteSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(short, byte, ShortComparator) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ByteSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(short, byte, ShortComparator) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ByteSortedMaps.Singleton
 
Singleton(short, byte) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ByteSortedMaps.Singleton
 
singleton(short, char) - Static method in class it.unimi.dsi.fastutil.shorts.Short2CharFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Short, Character) - Static method in class it.unimi.dsi.fastutil.shorts.Short2CharFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(short, char) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2CharFunctions.Singleton
 
singleton(short, char) - Static method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Short, Character) - Static method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(short, char) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2CharMaps.Singleton
 
singleton(Short, Character) - Static method in class it.unimi.dsi.fastutil.shorts.Short2CharSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Short, Character, ShortComparator) - Static method in class it.unimi.dsi.fastutil.shorts.Short2CharSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(short, char) - Static method in class it.unimi.dsi.fastutil.shorts.Short2CharSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(short, char, ShortComparator) - Static method in class it.unimi.dsi.fastutil.shorts.Short2CharSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(short, char, ShortComparator) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2CharSortedMaps.Singleton
 
Singleton(short, char) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2CharSortedMaps.Singleton
 
singleton(short, double) - Static method in class it.unimi.dsi.fastutil.shorts.Short2DoubleFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Short, Double) - Static method in class it.unimi.dsi.fastutil.shorts.Short2DoubleFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(short, double) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2DoubleFunctions.Singleton
 
singleton(short, double) - Static method in class it.unimi.dsi.fastutil.shorts.Short2DoubleMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Short, Double) - Static method in class it.unimi.dsi.fastutil.shorts.Short2DoubleMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(short, double) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2DoubleMaps.Singleton
 
singleton(Short, Double) - Static method in class it.unimi.dsi.fastutil.shorts.Short2DoubleSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Short, Double, ShortComparator) - Static method in class it.unimi.dsi.fastutil.shorts.Short2DoubleSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(short, double) - Static method in class it.unimi.dsi.fastutil.shorts.Short2DoubleSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(short, double, ShortComparator) - Static method in class it.unimi.dsi.fastutil.shorts.Short2DoubleSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(short, double, ShortComparator) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2DoubleSortedMaps.Singleton
 
Singleton(short, double) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2DoubleSortedMaps.Singleton
 
singleton(short, float) - Static method in class it.unimi.dsi.fastutil.shorts.Short2FloatFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Short, Float) - Static method in class it.unimi.dsi.fastutil.shorts.Short2FloatFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(short, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatFunctions.Singleton
 
singleton(short, float) - Static method in class it.unimi.dsi.fastutil.shorts.Short2FloatMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Short, Float) - Static method in class it.unimi.dsi.fastutil.shorts.Short2FloatMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(short, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatMaps.Singleton
 
singleton(Short, Float) - Static method in class it.unimi.dsi.fastutil.shorts.Short2FloatSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Short, Float, ShortComparator) - Static method in class it.unimi.dsi.fastutil.shorts.Short2FloatSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(short, float) - Static method in class it.unimi.dsi.fastutil.shorts.Short2FloatSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(short, float, ShortComparator) - Static method in class it.unimi.dsi.fastutil.shorts.Short2FloatSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(short, float, ShortComparator) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatSortedMaps.Singleton
 
Singleton(short, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatSortedMaps.Singleton
 
singleton(short, int) - Static method in class it.unimi.dsi.fastutil.shorts.Short2IntFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Short, Integer) - Static method in class it.unimi.dsi.fastutil.shorts.Short2IntFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(short, int) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntFunctions.Singleton
 
singleton(short, int) - Static method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Short, Integer) - Static method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(short, int) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntMaps.Singleton
 
singleton(Short, Integer) - Static method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Short, Integer, ShortComparator) - Static method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(short, int) - Static method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(short, int, ShortComparator) - Static method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(short, int, ShortComparator) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.Singleton
 
Singleton(short, int) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.Singleton
 
singleton(short, long) - Static method in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Short, Long) - Static method in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(short, long) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.Singleton
 
singleton(short, long) - Static method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Short, Long) - Static method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(short, long) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongMaps.Singleton
 
singleton(Short, Long) - Static method in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Short, Long, ShortComparator) - Static method in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(short, long) - Static method in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(short, long, ShortComparator) - Static method in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(short, long, ShortComparator) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps.Singleton
 
Singleton(short, long) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps.Singleton
 
singleton(short, V) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Short, V) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(short, V) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions.Singleton
 
singleton(short, V) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Short, V) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(short, V) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.Singleton
 
singleton(Short, V) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Short, V, ShortComparator) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(short, V) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(short, V, ShortComparator) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(short, V, ShortComparator) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.Singleton
 
Singleton(short, V) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.Singleton
 
singleton(short, V) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ReferenceFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Short, V) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ReferenceFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(short, V) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ReferenceFunctions.Singleton
 
singleton(short, V) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ReferenceMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Short, V) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ReferenceMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(short, V) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ReferenceMaps.Singleton
 
singleton(Short, V) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ReferenceSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Short, V, ShortComparator) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ReferenceSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(short, V) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ReferenceSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(short, V, ShortComparator) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ReferenceSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(short, V, ShortComparator) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ReferenceSortedMaps.Singleton
 
Singleton(short, V) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ReferenceSortedMaps.Singleton
 
singleton(short, short) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ShortFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Short, Short) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ShortFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(short, short) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ShortFunctions.Singleton
 
singleton(short, short) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ShortMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Short, Short) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ShortMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(short, short) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ShortMaps.Singleton
 
singleton(Short, Short) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ShortSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Short, Short, ShortComparator) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ShortSortedMaps
RETURNS a type-specific immutable sorted map containing only the specified pair.
singleton(short, short) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ShortSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(short, short, ShortComparator) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ShortSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(short, short, ShortComparator) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ShortSortedMaps.Singleton
 
Singleton(short, short) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ShortSortedMaps.Singleton
 
singleton(short) - Static method in class it.unimi.dsi.fastutil.shorts.ShortBigListIterators
Returns an iterator that iterates just over the given element.
singleton(short) - Static method in class it.unimi.dsi.fastutil.shorts.ShortBigLists
Returns a type-specific immutable big list containing only the specified element.
singleton(Object) - Static method in class it.unimi.dsi.fastutil.shorts.ShortBigLists
Returns a type-specific immutable big list containing only the specified element.
singleton(short) - Static method in class it.unimi.dsi.fastutil.shorts.ShortIterators
Returns an immutable iterator that iterates just over the given element.
singleton(short) - Static method in class it.unimi.dsi.fastutil.shorts.ShortLists
Returns a type-specific immutable list containing only the specified element.
singleton(Object) - Static method in class it.unimi.dsi.fastutil.shorts.ShortLists
Returns a type-specific immutable list containing only the specified element.
singleton(short) - Static method in class it.unimi.dsi.fastutil.shorts.ShortSets
Returns a type-specific immutable set containing only the specified element.
singleton(Short) - Static method in class it.unimi.dsi.fastutil.shorts.ShortSets
Returns a type-specific immutable set containing only the specified element.
Singleton(short) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortSets.Singleton
 
singleton(short) - Static method in class it.unimi.dsi.fastutil.shorts.ShortSortedSets
Returns a type-specific immutable sorted set containing only the specified element.
singleton(short, ShortComparator) - Static method in class it.unimi.dsi.fastutil.shorts.ShortSortedSets
Returns a type-specific immutable sorted set containing only the specified element, and using a specified comparator.
singleton(Object) - Static method in class it.unimi.dsi.fastutil.shorts.ShortSortedSets
Returns a type-specific immutable sorted set containing only the specified element.
singleton(Object, ShortComparator) - Static method in class it.unimi.dsi.fastutil.shorts.ShortSortedSets
Returns a type-specific immutable sorted set containing only the specified element, and using a specified comparator.
size(long) - Method in interface it.unimi.dsi.fastutil.BigList
Sets the size of this big list.
size(long) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanBigList
 
size(int) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanBigList
Deprecated.
This method should have never been implemented, as it is not part of BigList. It will be removed in the future.
size() - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanBigList
Deprecated.
Please use the Size64.size64() instead.
size() - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanList.BooleanSubList
 
size(int) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanList
 
size - Variable in class it.unimi.dsi.fastutil.booleans.BooleanArrayList
The current actual size of the list (never greater than the backing-array length).
size() - Method in class it.unimi.dsi.fastutil.booleans.BooleanArrayList
 
size(int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanArrayList
 
size() - Method in class it.unimi.dsi.fastutil.booleans.BooleanArraySet
 
size - Variable in class it.unimi.dsi.fastutil.booleans.BooleanBigArrayBigList
The current actual size of the big list (never greater than the backing-array length).
size(long) - Method in class it.unimi.dsi.fastutil.booleans.BooleanBigArrayBigList
 
size(long) - Method in class it.unimi.dsi.fastutil.booleans.BooleanBigLists.EmptyBigList
 
size(long) - Method in class it.unimi.dsi.fastutil.booleans.BooleanBigLists.ListBigList
 
size(long) - Method in class it.unimi.dsi.fastutil.booleans.BooleanBigLists.SynchronizedBigList
Deprecated.
size(long) - Method in class it.unimi.dsi.fastutil.booleans.BooleanBigLists.UnmodifiableBigList
Deprecated.
size() - Method in class it.unimi.dsi.fastutil.booleans.BooleanCollections.EmptyCollection
 
size() - Method in class it.unimi.dsi.fastutil.booleans.BooleanCollections.IterableCollection
 
size() - Method in class it.unimi.dsi.fastutil.booleans.BooleanCollections.SynchronizedCollection
 
size() - Method in class it.unimi.dsi.fastutil.booleans.BooleanCollections.UnmodifiableCollection
 
size(int) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanList
Sets the size of this list.
size(int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.EmptyList
 
size() - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.Singleton
 
size(int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.Singleton
 
size(int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.SynchronizedList
 
size(int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.UnmodifiableList
 
size - Variable in class it.unimi.dsi.fastutil.booleans.BooleanOpenHashSet
Number of entries in the set (including the null key, if present).
size() - Method in class it.unimi.dsi.fastutil.booleans.BooleanOpenHashSet
 
size() - Method in class it.unimi.dsi.fastutil.booleans.BooleanSets.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2BooleanSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2BooleanSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ByteSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ByteSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2CharSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2CharSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2DoubleSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2DoubleSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2FloatSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2FloatSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2IntSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2IntSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2LongSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2LongSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ObjectSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ObjectSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ShortSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ShortSortedMap.ValuesCollection
 
size(long) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList
 
size(int) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList
Deprecated.
This method should have never been implemented, as it is not part of BigList. It will be removed in the future.
size() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList
Deprecated.
Please use the Size64.size64() instead.
size() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList.ByteSubList
 
size(int) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2BooleanArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2BooleanAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2BooleanFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2BooleanFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2BooleanFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2BooleanFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.bytes.Byte2BooleanLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2BooleanLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.bytes.Byte2BooleanOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2BooleanOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.bytes.Byte2BooleanOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2BooleanOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2BooleanRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ByteLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.bytes.Byte2CharLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.bytes.Byte2CharOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2FloatArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2FloatAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2FloatFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2FloatFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2FloatFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2FloatFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.bytes.Byte2FloatLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2FloatLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.bytes.Byte2FloatOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2FloatOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.bytes.Byte2FloatOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2FloatOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2FloatRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.bytes.Byte2IntLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.bytes.Byte2IntOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.bytes.Byte2IntOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.bytes.Byte2LongLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.bytes.Byte2LongOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.bytes.Byte2LongOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ShortArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ShortAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ShortFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ShortFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ShortFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ShortFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ShortLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ShortLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ShortOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ShortOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ShortOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ShortOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ShortRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayFIFOQueue
 
size() - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayFrontCodedList
 
size - Variable in class it.unimi.dsi.fastutil.bytes.ByteArrayIndirectPriorityQueue
The number of elements in this queue.
size() - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayIndirectPriorityQueue
 
size - Variable in class it.unimi.dsi.fastutil.bytes.ByteArrayList
The current actual size of the list (never greater than the backing-array length).
size() - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
 
size(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
 
size - Variable in class it.unimi.dsi.fastutil.bytes.ByteArrayPriorityQueue
The number of elements in this queue.
size() - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayPriorityQueue
 
size() - Method in class it.unimi.dsi.fastutil.bytes.ByteArraySet
 
size() - Method in class it.unimi.dsi.fastutil.bytes.ByteAVLTreeSet
 
size - Variable in class it.unimi.dsi.fastutil.bytes.ByteBigArrayBigList
The current actual size of the big list (never greater than the backing-array length).
size(long) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigArrayBigList
 
size(long) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.EmptyBigList
 
size(long) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.ListBigList
 
size(long) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.SynchronizedBigList
Deprecated.
size(long) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.UnmodifiableBigList
Deprecated.
size() - Method in class it.unimi.dsi.fastutil.bytes.ByteCollections.EmptyCollection
 
size() - Method in class it.unimi.dsi.fastutil.bytes.ByteCollections.IterableCollection
 
size() - Method in class it.unimi.dsi.fastutil.bytes.ByteCollections.SynchronizedCollection
 
size() - Method in class it.unimi.dsi.fastutil.bytes.ByteCollections.UnmodifiableCollection
 
size - Variable in class it.unimi.dsi.fastutil.bytes.ByteHeapPriorityQueue
The number of elements in this queue.
size() - Method in class it.unimi.dsi.fastutil.bytes.ByteHeapPriorityQueue
 
size - Variable in class it.unimi.dsi.fastutil.bytes.ByteHeapSemiIndirectPriorityQueue
The number of elements in this queue.
size() - Method in class it.unimi.dsi.fastutil.bytes.ByteHeapSemiIndirectPriorityQueue
 
size - Variable in class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenCustomHashSet
Number of entries in the set (including the null key, if present).
size() - Method in class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenCustomHashSet
 
size - Variable in class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenHashSet
Number of entries in the set (including the null key, if present).
size() - Method in class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenHashSet
 
size(int) - Method in interface it.unimi.dsi.fastutil.bytes.ByteList
Sets the size of this list.
size(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
 
size() - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
size(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
size(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
 
size(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
 
size - Variable in class it.unimi.dsi.fastutil.bytes.ByteOpenCustomHashSet
Number of entries in the set (including the null key, if present).
size() - Method in class it.unimi.dsi.fastutil.bytes.ByteOpenCustomHashSet
 
size - Variable in class it.unimi.dsi.fastutil.bytes.ByteOpenHashSet
Number of entries in the set (including the null key, if present).
size() - Method in class it.unimi.dsi.fastutil.bytes.ByteOpenHashSet
 
size() - Method in class it.unimi.dsi.fastutil.bytes.BytePriorityQueues.SynchronizedPriorityQueue
 
size() - Method in class it.unimi.dsi.fastutil.bytes.ByteRBTreeSet
 
size() - Method in class it.unimi.dsi.fastutil.bytes.ByteSets.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2BooleanSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2BooleanSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ByteSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ByteSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2CharSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2CharSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2FloatSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2FloatSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2IntSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2IntSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2LongSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2LongSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ObjectSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ObjectSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ReferenceSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ReferenceSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ShortSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ShortSortedMap.ValuesCollection
 
size(long) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharBigList
 
size(int) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharBigList
Deprecated.
This method should have never been implemented, as it is not part of BigList. It will be removed in the future.
size() - Method in class it.unimi.dsi.fastutil.chars.AbstractCharBigList
Deprecated.
Please use the Size64.size64() instead.
size() - Method in class it.unimi.dsi.fastutil.chars.AbstractCharList.CharSubList
 
size(int) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharList
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2BooleanArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2BooleanAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2BooleanFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2BooleanFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2BooleanFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2BooleanFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.chars.Char2BooleanLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.chars.Char2BooleanLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.chars.Char2BooleanOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.chars.Char2BooleanOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.chars.Char2BooleanOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.chars.Char2BooleanOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2BooleanRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.chars.Char2ByteLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.chars.Char2ByteOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.chars.Char2ByteOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2CharArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2CharAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2CharFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2CharFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2CharFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2CharFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.chars.Char2CharLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.chars.Char2CharLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.chars.Char2CharOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.chars.Char2CharOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.chars.Char2CharOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.chars.Char2CharOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2CharRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2FloatArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2FloatAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2FloatFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2FloatFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2FloatFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2FloatFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.chars.Char2FloatLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.chars.Char2FloatLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.chars.Char2FloatOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.chars.Char2FloatOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.chars.Char2FloatOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.chars.Char2FloatOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2FloatRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2IntArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2IntAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.chars.Char2IntLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.chars.Char2IntLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.chars.Char2IntOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.chars.Char2IntOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2IntRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2LongArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2LongAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2LongFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2LongFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2LongFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2LongFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.chars.Char2LongLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.chars.Char2LongLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.chars.Char2LongOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.chars.Char2LongOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.chars.Char2LongOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.chars.Char2LongOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2LongRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.chars.Char2ObjectLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.chars.Char2ObjectOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.chars.Char2ObjectOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.chars.Char2ReferenceLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2ShortArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2ShortAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2ShortFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2ShortFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2ShortFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2ShortFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.chars.Char2ShortLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.chars.Char2ShortLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.chars.Char2ShortOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.chars.Char2ShortOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.chars.Char2ShortOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.chars.Char2ShortOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2ShortRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.chars.CharArrayFIFOQueue
 
size() - Method in class it.unimi.dsi.fastutil.chars.CharArrayFrontCodedList
 
size - Variable in class it.unimi.dsi.fastutil.chars.CharArrayIndirectPriorityQueue
The number of elements in this queue.
size() - Method in class it.unimi.dsi.fastutil.chars.CharArrayIndirectPriorityQueue
 
size - Variable in class it.unimi.dsi.fastutil.chars.CharArrayList
The current actual size of the list (never greater than the backing-array length).
size() - Method in class it.unimi.dsi.fastutil.chars.CharArrayList
 
size(int) - Method in class it.unimi.dsi.fastutil.chars.CharArrayList
 
size - Variable in class it.unimi.dsi.fastutil.chars.CharArrayPriorityQueue
The number of elements in this queue.
size() - Method in class it.unimi.dsi.fastutil.chars.CharArrayPriorityQueue
 
size() - Method in class it.unimi.dsi.fastutil.chars.CharArraySet
 
size() - Method in class it.unimi.dsi.fastutil.chars.CharAVLTreeSet
 
size - Variable in class it.unimi.dsi.fastutil.chars.CharBigArrayBigList
The current actual size of the big list (never greater than the backing-array length).
size(long) - Method in class it.unimi.dsi.fastutil.chars.CharBigArrayBigList
 
size(long) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.EmptyBigList
 
size(long) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.ListBigList
 
size(long) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.SynchronizedBigList
Deprecated.
size(long) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.UnmodifiableBigList
Deprecated.
size() - Method in class it.unimi.dsi.fastutil.chars.CharCollections.EmptyCollection
 
size() - Method in class it.unimi.dsi.fastutil.chars.CharCollections.IterableCollection
 
size() - Method in class it.unimi.dsi.fastutil.chars.CharCollections.SynchronizedCollection
 
size() - Method in class it.unimi.dsi.fastutil.chars.CharCollections.UnmodifiableCollection
 
size - Variable in class it.unimi.dsi.fastutil.chars.CharHeapPriorityQueue
The number of elements in this queue.
size() - Method in class it.unimi.dsi.fastutil.chars.CharHeapPriorityQueue
 
size - Variable in class it.unimi.dsi.fastutil.chars.CharHeapSemiIndirectPriorityQueue
The number of elements in this queue.
size() - Method in class it.unimi.dsi.fastutil.chars.CharHeapSemiIndirectPriorityQueue
 
size - Variable in class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
Number of entries in the set (including the null key, if present).
size() - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
 
size - Variable in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Number of entries in the set (including the null key, if present).
size() - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
 
size(int) - Method in interface it.unimi.dsi.fastutil.chars.CharList
Sets the size of this list.
size(int) - Method in class it.unimi.dsi.fastutil.chars.CharLists.EmptyList
 
size() - Method in class it.unimi.dsi.fastutil.chars.CharLists.Singleton
 
size(int) - Method in class it.unimi.dsi.fastutil.chars.CharLists.Singleton
 
size(int) - Method in class it.unimi.dsi.fastutil.chars.CharLists.SynchronizedList
 
size(int) - Method in class it.unimi.dsi.fastutil.chars.CharLists.UnmodifiableList
 
size - Variable in class it.unimi.dsi.fastutil.chars.CharOpenCustomHashSet
Number of entries in the set (including the null key, if present).
size() - Method in class it.unimi.dsi.fastutil.chars.CharOpenCustomHashSet
 
size - Variable in class it.unimi.dsi.fastutil.chars.CharOpenHashSet
Number of entries in the set (including the null key, if present).
size() - Method in class it.unimi.dsi.fastutil.chars.CharOpenHashSet
 
size() - Method in class it.unimi.dsi.fastutil.chars.CharPriorityQueues.SynchronizedPriorityQueue
 
size() - Method in class it.unimi.dsi.fastutil.chars.CharRBTreeSet
 
size() - Method in class it.unimi.dsi.fastutil.chars.CharSets.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2BooleanSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2BooleanSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2CharSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2CharSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2DoubleSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2DoubleSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2FloatSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2FloatSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2IntSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2IntSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2LongSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2LongSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ObjectSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ObjectSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ReferenceSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ReferenceSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ShortSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ShortSortedMap.ValuesCollection
 
size(long) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDoubleBigList
 
size(int) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDoubleBigList
Deprecated.
This method should have never been implemented, as it is not part of BigList. It will be removed in the future.
size() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDoubleBigList
Deprecated.
Please use the Size64.size64() instead.
size() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDoubleList.DoubleSubList
 
size(int) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDoubleList
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2BooleanArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2BooleanAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2BooleanFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2BooleanFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2BooleanFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2BooleanFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.doubles.Double2BooleanOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2BooleanOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.doubles.Double2BooleanOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2BooleanOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2BooleanRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.doubles.Double2CharLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.doubles.Double2CharOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.doubles.Double2CharOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2DoubleArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2DoubleAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2DoubleFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2DoubleFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2DoubleFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2DoubleFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.doubles.Double2DoubleLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2DoubleLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.doubles.Double2DoubleOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2DoubleOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.doubles.Double2DoubleOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2DoubleOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2DoubleRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2FloatArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2FloatAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2FloatFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2FloatFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2FloatFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2FloatFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.doubles.Double2FloatLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2FloatLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.doubles.Double2FloatOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2FloatOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.doubles.Double2FloatOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2FloatOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2FloatRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2IntArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2IntAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2IntFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2IntFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2IntFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2IntFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.doubles.Double2IntLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2IntLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.doubles.Double2IntOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2IntOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.doubles.Double2IntOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2IntOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2IntRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2LongArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2LongAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2LongFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2LongFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2LongFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2LongFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.doubles.Double2LongLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2LongLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.doubles.Double2LongOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2LongOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.doubles.Double2LongOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2LongOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2LongRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.doubles.Double2ReferenceLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ShortArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ShortAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ShortFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ShortFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ShortFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ShortFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.doubles.Double2ShortLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ShortLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.doubles.Double2ShortOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ShortOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.doubles.Double2ShortOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ShortOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ShortRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.doubles.DoubleArrayFIFOQueue
 
size - Variable in class it.unimi.dsi.fastutil.doubles.DoubleArrayIndirectPriorityQueue
The number of elements in this queue.
size() - Method in class it.unimi.dsi.fastutil.doubles.DoubleArrayIndirectPriorityQueue
 
size - Variable in class it.unimi.dsi.fastutil.doubles.DoubleArrayList
The current actual size of the list (never greater than the backing-array length).
size() - Method in class it.unimi.dsi.fastutil.doubles.DoubleArrayList
 
size(int) - Method in class it.unimi.dsi.fastutil.doubles.DoubleArrayList
 
size - Variable in class it.unimi.dsi.fastutil.doubles.DoubleArrayPriorityQueue
The number of elements in this queue.
size() - Method in class it.unimi.dsi.fastutil.doubles.DoubleArrayPriorityQueue
 
size() - Method in class it.unimi.dsi.fastutil.doubles.DoubleArraySet
 
size() - Method in class it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet
 
size - Variable in class it.unimi.dsi.fastutil.doubles.DoubleBigArrayBigList
The current actual size of the big list (never greater than the backing-array length).
size(long) - Method in class it.unimi.dsi.fastutil.doubles.DoubleBigArrayBigList
 
size(long) - Method in class it.unimi.dsi.fastutil.doubles.DoubleBigLists.EmptyBigList
 
size(long) - Method in class it.unimi.dsi.fastutil.doubles.DoubleBigLists.ListBigList
 
size(long) - Method in class it.unimi.dsi.fastutil.doubles.DoubleBigLists.SynchronizedBigList
Deprecated.
size(long) - Method in class it.unimi.dsi.fastutil.doubles.DoubleBigLists.UnmodifiableBigList
Deprecated.
size() - Method in class it.unimi.dsi.fastutil.doubles.DoubleCollections.EmptyCollection
 
size() - Method in class it.unimi.dsi.fastutil.doubles.DoubleCollections.IterableCollection
 
size() - Method in class it.unimi.dsi.fastutil.doubles.DoubleCollections.SynchronizedCollection
 
size() - Method in class it.unimi.dsi.fastutil.doubles.DoubleCollections.UnmodifiableCollection
 
size - Variable in class it.unimi.dsi.fastutil.doubles.DoubleHeapPriorityQueue
The number of elements in this queue.
size() - Method in class it.unimi.dsi.fastutil.doubles.DoubleHeapPriorityQueue
 
size - Variable in class it.unimi.dsi.fastutil.doubles.DoubleHeapSemiIndirectPriorityQueue
The number of elements in this queue.
size() - Method in class it.unimi.dsi.fastutil.doubles.DoubleHeapSemiIndirectPriorityQueue
 
size - Variable in class it.unimi.dsi.fastutil.doubles.DoubleLinkedOpenCustomHashSet
Number of entries in the set (including the null key, if present).
size() - Method in class it.unimi.dsi.fastutil.doubles.DoubleLinkedOpenCustomHashSet
 
size - Variable in class it.unimi.dsi.fastutil.doubles.DoubleLinkedOpenHashSet
Number of entries in the set (including the null key, if present).
size() - Method in class it.unimi.dsi.fastutil.doubles.DoubleLinkedOpenHashSet
 
size(int) - Method in interface it.unimi.dsi.fastutil.doubles.DoubleList
Sets the size of this list.
size(int) - Method in class it.unimi.dsi.fastutil.doubles.DoubleLists.EmptyList
 
size() - Method in class it.unimi.dsi.fastutil.doubles.DoubleLists.Singleton
 
size(int) - Method in class it.unimi.dsi.fastutil.doubles.DoubleLists.Singleton
 
size(int) - Method in class it.unimi.dsi.fastutil.doubles.DoubleLists.SynchronizedList
 
size(int) - Method in class it.unimi.dsi.fastutil.doubles.DoubleLists.UnmodifiableList
 
size - Variable in class it.unimi.dsi.fastutil.doubles.DoubleOpenCustomHashSet
Number of entries in the set (including the null key, if present).
size() - Method in class it.unimi.dsi.fastutil.doubles.DoubleOpenCustomHashSet
 
size - Variable in class it.unimi.dsi.fastutil.doubles.DoubleOpenHashBigSet
Number of entries in the set.
size() - Method in class it.unimi.dsi.fastutil.doubles.DoubleOpenHashBigSet
Deprecated.
size - Variable in class it.unimi.dsi.fastutil.doubles.DoubleOpenHashSet
Number of entries in the set (including the null key, if present).
size() - Method in class it.unimi.dsi.fastutil.doubles.DoubleOpenHashSet
 
size() - Method in class it.unimi.dsi.fastutil.doubles.DoublePriorityQueues.SynchronizedPriorityQueue
 
size() - Method in class it.unimi.dsi.fastutil.doubles.DoubleRBTreeSet
 
size() - Method in class it.unimi.dsi.fastutil.doubles.DoubleSets.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2BooleanSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2BooleanSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ByteSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ByteSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2CharSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2CharSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2FloatSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2FloatSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2IntSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2IntSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2LongSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2LongSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ObjectSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ObjectSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ReferenceSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ReferenceSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ShortSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ShortSortedMap.ValuesCollection
 
size(long) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatBigList
 
size(int) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatBigList
Deprecated.
This method should have never been implemented, as it is not part of BigList. It will be removed in the future.
size() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatBigList
Deprecated.
Please use the Size64.size64() instead.
size() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatList.FloatSubList
 
size(int) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatList
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2ByteArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2ByteAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2ByteFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2ByteFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2ByteFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2ByteFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.floats.Float2ByteLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.floats.Float2ByteLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.floats.Float2ByteOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.floats.Float2ByteOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.floats.Float2ByteOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.floats.Float2ByteOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2ByteRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2CharArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2CharAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2CharFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2CharFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2CharFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2CharFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.floats.Float2CharLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.floats.Float2CharLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.floats.Float2CharOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.floats.Float2CharOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.floats.Float2CharOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.floats.Float2CharOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2CharRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2FloatArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2FloatAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2FloatFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2FloatFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2FloatFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2FloatFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.floats.Float2FloatLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.floats.Float2FloatLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.floats.Float2FloatOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.floats.Float2FloatOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.floats.Float2FloatOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.floats.Float2FloatOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2FloatRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2IntArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2IntAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2IntFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2IntFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2IntFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2IntFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.floats.Float2IntLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.floats.Float2IntLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.floats.Float2IntOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.floats.Float2IntOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.floats.Float2IntOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.floats.Float2IntOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2IntRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2LongArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2LongAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2LongFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2LongFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2LongFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2LongFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.floats.Float2LongLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.floats.Float2LongLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.floats.Float2LongOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.floats.Float2LongOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.floats.Float2LongOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.floats.Float2LongOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2LongRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.floats.Float2ObjectLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.floats.Float2ObjectOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.floats.Float2ObjectOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.floats.Float2ReferenceLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.floats.Float2ReferenceOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.floats.Float2ReferenceOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.floats.FloatArrayFIFOQueue
 
size - Variable in class it.unimi.dsi.fastutil.floats.FloatArrayIndirectPriorityQueue
The number of elements in this queue.
size() - Method in class it.unimi.dsi.fastutil.floats.FloatArrayIndirectPriorityQueue
 
size - Variable in class it.unimi.dsi.fastutil.floats.FloatArrayList
The current actual size of the list (never greater than the backing-array length).
size() - Method in class it.unimi.dsi.fastutil.floats.FloatArrayList
 
size(int) - Method in class it.unimi.dsi.fastutil.floats.FloatArrayList
 
size - Variable in class it.unimi.dsi.fastutil.floats.FloatArrayPriorityQueue
The number of elements in this queue.
size() - Method in class it.unimi.dsi.fastutil.floats.FloatArrayPriorityQueue
 
size() - Method in class it.unimi.dsi.fastutil.floats.FloatArraySet
 
size() - Method in class it.unimi.dsi.fastutil.floats.FloatAVLTreeSet
 
size - Variable in class it.unimi.dsi.fastutil.floats.FloatBigArrayBigList
The current actual size of the big list (never greater than the backing-array length).
size(long) - Method in class it.unimi.dsi.fastutil.floats.FloatBigArrayBigList
 
size(long) - Method in class it.unimi.dsi.fastutil.floats.FloatBigLists.EmptyBigList
 
size(long) - Method in class it.unimi.dsi.fastutil.floats.FloatBigLists.ListBigList
 
size(long) - Method in class it.unimi.dsi.fastutil.floats.FloatBigLists.SynchronizedBigList
Deprecated.
size(long) - Method in class it.unimi.dsi.fastutil.floats.FloatBigLists.UnmodifiableBigList
Deprecated.
size() - Method in class it.unimi.dsi.fastutil.floats.FloatCollections.EmptyCollection
 
size() - Method in class it.unimi.dsi.fastutil.floats.FloatCollections.IterableCollection
 
size() - Method in class it.unimi.dsi.fastutil.floats.FloatCollections.SynchronizedCollection
 
size() - Method in class it.unimi.dsi.fastutil.floats.FloatCollections.UnmodifiableCollection
 
size - Variable in class it.unimi.dsi.fastutil.floats.FloatHeapPriorityQueue
The number of elements in this queue.
size() - Method in class it.unimi.dsi.fastutil.floats.FloatHeapPriorityQueue
 
size - Variable in class it.unimi.dsi.fastutil.floats.FloatHeapSemiIndirectPriorityQueue
The number of elements in this queue.
size() - Method in class it.unimi.dsi.fastutil.floats.FloatHeapSemiIndirectPriorityQueue
 
size - Variable in class it.unimi.dsi.fastutil.floats.FloatLinkedOpenCustomHashSet
Number of entries in the set (including the null key, if present).
size() - Method in class it.unimi.dsi.fastutil.floats.FloatLinkedOpenCustomHashSet
 
size - Variable in class it.unimi.dsi.fastutil.floats.FloatLinkedOpenHashSet
Number of entries in the set (including the null key, if present).
size() - Method in class it.unimi.dsi.fastutil.floats.FloatLinkedOpenHashSet
 
size(int) - Method in interface it.unimi.dsi.fastutil.floats.FloatList
Sets the size of this list.
size(int) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.EmptyList
 
size() - Method in class it.unimi.dsi.fastutil.floats.FloatLists.Singleton
 
size(int) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.Singleton
 
size(int) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.SynchronizedList
 
size(int) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.UnmodifiableList
 
size - Variable in class it.unimi.dsi.fastutil.floats.FloatOpenCustomHashSet
Number of entries in the set (including the null key, if present).
size() - Method in class it.unimi.dsi.fastutil.floats.FloatOpenCustomHashSet
 
size - Variable in class it.unimi.dsi.fastutil.floats.FloatOpenHashBigSet
Number of entries in the set.
size() - Method in class it.unimi.dsi.fastutil.floats.FloatOpenHashBigSet
Deprecated.
size - Variable in class it.unimi.dsi.fastutil.floats.FloatOpenHashSet
Number of entries in the set (including the null key, if present).
size() - Method in class it.unimi.dsi.fastutil.floats.FloatOpenHashSet
 
size() - Method in class it.unimi.dsi.fastutil.floats.FloatPriorityQueues.SynchronizedPriorityQueue
 
size() - Method in class it.unimi.dsi.fastutil.floats.FloatRBTreeSet
 
size() - Method in class it.unimi.dsi.fastutil.floats.FloatSets.Singleton
 
size() - Method in interface it.unimi.dsi.fastutil.Function
Returns the intended number of keys in this function, or -1 if no such number exists.
size() - Method in class it.unimi.dsi.fastutil.IndirectDoublePriorityQueues.SynchronizedIndirectDoublePriorityQueue
Deprecated.
 
size() - Method in interface it.unimi.dsi.fastutil.IndirectPriorityQueue
Returns the number of elements in this queue.
size() - Method in class it.unimi.dsi.fastutil.IndirectPriorityQueues.EmptyIndirectPriorityQueue
 
size() - Method in class it.unimi.dsi.fastutil.IndirectPriorityQueues.SynchronizedIndirectPriorityQueue
 
size() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2BooleanSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2BooleanSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ByteSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ByteSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2CharSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2CharSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2DoubleSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2DoubleSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2FloatSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2FloatSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2IntSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2IntSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2LongSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2LongSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ObjectSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ObjectSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ShortSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ShortSortedMap.ValuesCollection
 
size(long) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList
 
size(int) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList
Deprecated.
This method should have never been implemented, as it is not part of BigList. It will be removed in the future.
size() - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList
Deprecated.
Please use the Size64.size64() instead.
size() - Method in class it.unimi.dsi.fastutil.ints.AbstractIntList.IntSubList
 
size(int) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntList
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2BooleanArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2BooleanAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2BooleanFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2BooleanFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2BooleanFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2BooleanFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.ints.Int2BooleanLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.ints.Int2BooleanLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.ints.Int2BooleanOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.ints.Int2BooleanOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.ints.Int2BooleanOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.ints.Int2BooleanOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2BooleanRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.ints.Int2ByteLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.ints.Int2ByteOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2CharArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2CharAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2CharFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2CharFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2CharFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2CharFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.ints.Int2CharLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.ints.Int2CharLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.ints.Int2CharOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.ints.Int2CharOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.ints.Int2CharOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.ints.Int2CharOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2CharRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2DoubleArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2DoubleAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2DoubleFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2DoubleFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2DoubleFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2DoubleFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.ints.Int2DoubleLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.ints.Int2DoubleLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.ints.Int2DoubleOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.ints.Int2DoubleOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.ints.Int2DoubleOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.ints.Int2DoubleOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2DoubleRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2FloatArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2FloatAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2FloatFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2FloatFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2FloatFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2FloatFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.ints.Int2FloatLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.ints.Int2FloatLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.ints.Int2FloatOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.ints.Int2FloatOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.ints.Int2FloatOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.ints.Int2FloatOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2FloatRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2IntArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2IntAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2IntFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2IntFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2IntFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2IntFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.ints.Int2IntLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.ints.Int2IntLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.ints.Int2IntOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.ints.Int2IntOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.ints.Int2IntOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.ints.Int2IntOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2IntRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2LongArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2LongAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2LongFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2LongFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2LongFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2LongFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.ints.Int2LongLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.ints.Int2LongLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.ints.Int2LongOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.ints.Int2LongOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.ints.Int2LongOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.ints.Int2LongOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2LongRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2ObjectArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2ObjectAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2ObjectFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2ObjectFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2ObjectFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2ObjectFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.ints.Int2ObjectLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.ints.Int2ObjectLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.ints.Int2ObjectOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.ints.Int2ObjectOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.ints.Int2ObjectOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.ints.Int2ObjectOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2ObjectRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2ShortArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2ShortAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2ShortFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2ShortFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2ShortFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2ShortFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.ints.Int2ShortLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.ints.Int2ShortLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.ints.Int2ShortOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.ints.Int2ShortOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.ints.Int2ShortOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.ints.Int2ShortOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2ShortRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.ints.IntArrayFIFOQueue
 
size() - Method in class it.unimi.dsi.fastutil.ints.IntArrayFrontCodedList
 
size - Variable in class it.unimi.dsi.fastutil.ints.IntArrayIndirectPriorityQueue
The number of elements in this queue.
size() - Method in class it.unimi.dsi.fastutil.ints.IntArrayIndirectPriorityQueue
 
size - Variable in class it.unimi.dsi.fastutil.ints.IntArrayList
The current actual size of the list (never greater than the backing-array length).
size() - Method in class it.unimi.dsi.fastutil.ints.IntArrayList
 
size(int) - Method in class it.unimi.dsi.fastutil.ints.IntArrayList
 
size - Variable in class it.unimi.dsi.fastutil.ints.IntArrayPriorityQueue
The number of elements in this queue.
size() - Method in class it.unimi.dsi.fastutil.ints.IntArrayPriorityQueue
 
size() - Method in class it.unimi.dsi.fastutil.ints.IntArraySet
 
size() - Method in class it.unimi.dsi.fastutil.ints.IntAVLTreeSet
 
size - Variable in class it.unimi.dsi.fastutil.ints.IntBigArrayBigList
The current actual size of the big list (never greater than the backing-array length).
size(long) - Method in class it.unimi.dsi.fastutil.ints.IntBigArrayBigList
 
size(long) - Method in class it.unimi.dsi.fastutil.ints.IntBigLists.EmptyBigList
 
size(long) - Method in class it.unimi.dsi.fastutil.ints.IntBigLists.ListBigList
 
size(long) - Method in class it.unimi.dsi.fastutil.ints.IntBigLists.SynchronizedBigList
Deprecated.
size(long) - Method in class it.unimi.dsi.fastutil.ints.IntBigLists.UnmodifiableBigList
Deprecated.
size() - Method in class it.unimi.dsi.fastutil.ints.IntCollections.EmptyCollection
 
size() - Method in class it.unimi.dsi.fastutil.ints.IntCollections.IterableCollection
 
size() - Method in class it.unimi.dsi.fastutil.ints.IntCollections.SynchronizedCollection
 
size() - Method in class it.unimi.dsi.fastutil.ints.IntCollections.UnmodifiableCollection
 
size - Variable in class it.unimi.dsi.fastutil.ints.IntHeapPriorityQueue
The number of elements in this queue.
size() - Method in class it.unimi.dsi.fastutil.ints.IntHeapPriorityQueue
 
size - Variable in class it.unimi.dsi.fastutil.ints.IntHeapSemiIndirectPriorityQueue
The number of elements in this queue.
size() - Method in class it.unimi.dsi.fastutil.ints.IntHeapSemiIndirectPriorityQueue
 
size - Variable in class it.unimi.dsi.fastutil.ints.IntLinkedOpenCustomHashSet
Number of entries in the set (including the null key, if present).
size() - Method in class it.unimi.dsi.fastutil.ints.IntLinkedOpenCustomHashSet
 
size - Variable in class it.unimi.dsi.fastutil.ints.IntLinkedOpenHashSet
Number of entries in the set (including the null key, if present).
size() - Method in class it.unimi.dsi.fastutil.ints.IntLinkedOpenHashSet
 
size(int) - Method in interface it.unimi.dsi.fastutil.ints.IntList
Sets the size of this list.
size(int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.EmptyList
 
size() - Method in class it.unimi.dsi.fastutil.ints.IntLists.Singleton
 
size(int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.Singleton
 
size(int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.SynchronizedList
 
size(int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.UnmodifiableList
 
size - Variable in class it.unimi.dsi.fastutil.ints.IntOpenCustomHashSet
Number of entries in the set (including the null key, if present).
size() - Method in class it.unimi.dsi.fastutil.ints.IntOpenCustomHashSet
 
size - Variable in class it.unimi.dsi.fastutil.ints.IntOpenHashBigSet
Number of entries in the set.
size() - Method in class it.unimi.dsi.fastutil.ints.IntOpenHashBigSet
Deprecated.
size - Variable in class it.unimi.dsi.fastutil.ints.IntOpenHashSet
Number of entries in the set (including the null key, if present).
size() - Method in class it.unimi.dsi.fastutil.ints.IntOpenHashSet
 
size() - Method in class it.unimi.dsi.fastutil.ints.IntPriorityQueues.SynchronizedPriorityQueue
 
size() - Method in class it.unimi.dsi.fastutil.ints.IntRBTreeSet
 
size() - Method in class it.unimi.dsi.fastutil.ints.IntSets.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2BooleanSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2BooleanSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ByteSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ByteSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2CharSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2CharSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2DoubleSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2DoubleSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2FloatSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2FloatSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2IntSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2IntSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2LongSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2LongSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ObjectSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ObjectSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ShortSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ShortSortedMap.ValuesCollection
 
size(long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongBigList
 
size(int) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongBigList
Deprecated.
This method should have never been implemented, as it is not part of BigList. It will be removed in the future.
size() - Method in class it.unimi.dsi.fastutil.longs.AbstractLongBigList
Deprecated.
Please use the Size64.size64() instead.
size() - Method in class it.unimi.dsi.fastutil.longs.AbstractLongList.LongSubList
 
size(int) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongList
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2BooleanArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2BooleanAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2BooleanFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2BooleanFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2BooleanFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2BooleanFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.longs.Long2BooleanLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.longs.Long2BooleanLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.longs.Long2BooleanOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.longs.Long2BooleanOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.longs.Long2BooleanOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.longs.Long2BooleanOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2BooleanRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2CharArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2CharAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2CharFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2CharFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2CharFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2CharFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.longs.Long2CharLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.longs.Long2CharLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.longs.Long2CharOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.longs.Long2CharOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.longs.Long2CharOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.longs.Long2CharOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2CharRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2IntArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2IntAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2IntFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2IntFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2IntFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2IntFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.longs.Long2IntLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.longs.Long2IntLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.longs.Long2IntOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.longs.Long2IntOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.longs.Long2IntOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.longs.Long2IntOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2IntRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2LongArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2LongAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2LongFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2LongFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2LongFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2LongFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.longs.Long2LongLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.longs.Long2LongLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.longs.Long2LongOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.longs.Long2LongOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.longs.Long2LongOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.longs.Long2LongOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2LongRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.longs.Long2ObjectLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.longs.Long2ObjectOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.longs.LongArrayFIFOQueue
 
size() - Method in class it.unimi.dsi.fastutil.longs.LongArrayFrontCodedList
 
size - Variable in class it.unimi.dsi.fastutil.longs.LongArrayIndirectPriorityQueue
The number of elements in this queue.
size() - Method in class it.unimi.dsi.fastutil.longs.LongArrayIndirectPriorityQueue
 
size - Variable in class it.unimi.dsi.fastutil.longs.LongArrayList
The current actual size of the list (never greater than the backing-array length).
size() - Method in class it.unimi.dsi.fastutil.longs.LongArrayList
 
size(int) - Method in class it.unimi.dsi.fastutil.longs.LongArrayList
 
size - Variable in class it.unimi.dsi.fastutil.longs.LongArrayPriorityQueue
The number of elements in this queue.
size() - Method in class it.unimi.dsi.fastutil.longs.LongArrayPriorityQueue
 
size() - Method in class it.unimi.dsi.fastutil.longs.LongArraySet
 
size() - Method in class it.unimi.dsi.fastutil.longs.LongAVLTreeSet
 
size - Variable in class it.unimi.dsi.fastutil.longs.LongBigArrayBigList
The current actual size of the big list (never greater than the backing-array length).
size(long) - Method in class it.unimi.dsi.fastutil.longs.LongBigArrayBigList
 
size(long) - Method in class it.unimi.dsi.fastutil.longs.LongBigLists.EmptyBigList
 
size(long) - Method in class it.unimi.dsi.fastutil.longs.LongBigLists.ListBigList
 
size(long) - Method in class it.unimi.dsi.fastutil.longs.LongBigLists.SynchronizedBigList
Deprecated.
size(long) - Method in class it.unimi.dsi.fastutil.longs.LongBigLists.UnmodifiableBigList
Deprecated.
size() - Method in class it.unimi.dsi.fastutil.longs.LongCollections.EmptyCollection
 
size() - Method in class it.unimi.dsi.fastutil.longs.LongCollections.IterableCollection
 
size() - Method in class it.unimi.dsi.fastutil.longs.LongCollections.SynchronizedCollection
 
size() - Method in class it.unimi.dsi.fastutil.longs.LongCollections.UnmodifiableCollection
 
size - Variable in class it.unimi.dsi.fastutil.longs.LongHeapPriorityQueue
The number of elements in this queue.
size() - Method in class it.unimi.dsi.fastutil.longs.LongHeapPriorityQueue
 
size - Variable in class it.unimi.dsi.fastutil.longs.LongHeapSemiIndirectPriorityQueue
The number of elements in this queue.
size() - Method in class it.unimi.dsi.fastutil.longs.LongHeapSemiIndirectPriorityQueue
 
size - Variable in class it.unimi.dsi.fastutil.longs.LongLinkedOpenCustomHashSet
Number of entries in the set (including the null key, if present).
size() - Method in class it.unimi.dsi.fastutil.longs.LongLinkedOpenCustomHashSet
 
size - Variable in class it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
Number of entries in the set (including the null key, if present).
size() - Method in class it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
 
size(int) - Method in interface it.unimi.dsi.fastutil.longs.LongList
Sets the size of this list.
size(int) - Method in class it.unimi.dsi.fastutil.longs.LongLists.EmptyList
 
size() - Method in class it.unimi.dsi.fastutil.longs.LongLists.Singleton
 
size(int) - Method in class it.unimi.dsi.fastutil.longs.LongLists.Singleton
 
size(int) - Method in class it.unimi.dsi.fastutil.longs.LongLists.SynchronizedList
 
size(int) - Method in class it.unimi.dsi.fastutil.longs.LongLists.UnmodifiableList
 
size - Variable in class it.unimi.dsi.fastutil.longs.LongOpenCustomHashSet
Number of entries in the set (including the null key, if present).
size() - Method in class it.unimi.dsi.fastutil.longs.LongOpenCustomHashSet
 
size - Variable in class it.unimi.dsi.fastutil.longs.LongOpenHashBigSet
Number of entries in the set.
size() - Method in class it.unimi.dsi.fastutil.longs.LongOpenHashBigSet
Deprecated.
size - Variable in class it.unimi.dsi.fastutil.longs.LongOpenHashSet
Number of entries in the set (including the null key, if present).
size() - Method in class it.unimi.dsi.fastutil.longs.LongOpenHashSet
 
size() - Method in class it.unimi.dsi.fastutil.longs.LongPriorityQueues.SynchronizedPriorityQueue
 
size() - Method in class it.unimi.dsi.fastutil.longs.LongRBTreeSet
 
size() - Method in class it.unimi.dsi.fastutil.longs.LongSets.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2BooleanSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2BooleanSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ByteSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ByteSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2CharSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2CharSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2DoubleSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2DoubleSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2FloatSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2FloatSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2IntSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2IntSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2LongSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2LongSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ObjectSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ObjectSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ShortSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ShortSortedMap.ValuesCollection
 
size(long) - Method in class it.unimi.dsi.fastutil.objects.AbstractObjectBigList
 
size(int) - Method in class it.unimi.dsi.fastutil.objects.AbstractObjectBigList
Deprecated.
This method should have never been implemented, as it is not part of BigList. It will be removed in the future.
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractObjectBigList
Deprecated.
Please use the Size64.size64() instead.
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractObjectList.ObjectSubList
 
size(int) - Method in class it.unimi.dsi.fastutil.objects.AbstractObjectList
 
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2BooleanSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2BooleanSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ByteSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ByteSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2CharSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2CharSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2FloatSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2FloatSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2IntSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2IntSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2LongSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2LongSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ObjectSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ObjectSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ShortSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ShortSortedMap.ValuesCollection
 
size(long) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList
 
size(int) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList
Deprecated.
This method should have never been implemented, as it is not part of BigList. It will be removed in the future.
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList
Deprecated.
Please use the Size64.size64() instead.
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceList.ReferenceSubList
 
size(int) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceList
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2CharArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2CharAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2CharFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2CharFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2CharFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2CharFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.objects.Object2CharOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Object2CharOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.objects.Object2CharOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Object2CharOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2CharRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2DoubleArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2DoubleAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2DoubleFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2DoubleFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2DoubleFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2DoubleFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.objects.Object2DoubleLinkedOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Object2DoubleLinkedOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.objects.Object2DoubleLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Object2DoubleLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.objects.Object2DoubleOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Object2DoubleOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.objects.Object2DoubleOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Object2DoubleOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2DoubleRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2FloatArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2FloatAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2FloatFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2FloatFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2FloatFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2FloatFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.objects.Object2FloatLinkedOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Object2FloatLinkedOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.objects.Object2FloatLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Object2FloatLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.objects.Object2FloatOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Object2FloatOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.objects.Object2FloatOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Object2FloatOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2FloatRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2IntArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2IntAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2IntFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2IntFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2IntFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2IntFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.objects.Object2IntOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Object2IntOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.objects.Object2IntOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Object2IntOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2IntRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2LongArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2LongAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2LongRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ShortArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ShortAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ShortFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ShortFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ShortFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ShortFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.objects.Object2ShortLinkedOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ShortLinkedOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.objects.Object2ShortLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ShortLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.objects.Object2ShortOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ShortOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.objects.Object2ShortOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ShortOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ShortRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.ObjectArrayFIFOQueue
 
size - Variable in class it.unimi.dsi.fastutil.objects.ObjectArrayIndirectPriorityQueue
The number of elements in this queue.
size() - Method in class it.unimi.dsi.fastutil.objects.ObjectArrayIndirectPriorityQueue
 
size - Variable in class it.unimi.dsi.fastutil.objects.ObjectArrayList
The current actual size of the list (never greater than the backing-array length).
size() - Method in class it.unimi.dsi.fastutil.objects.ObjectArrayList
 
size(int) - Method in class it.unimi.dsi.fastutil.objects.ObjectArrayList
 
size - Variable in class it.unimi.dsi.fastutil.objects.ObjectArrayPriorityQueue
The number of elements in this queue.
size() - Method in class it.unimi.dsi.fastutil.objects.ObjectArrayPriorityQueue
 
size() - Method in class it.unimi.dsi.fastutil.objects.ObjectArraySet
 
size() - Method in class it.unimi.dsi.fastutil.objects.ObjectAVLTreeSet
 
size - Variable in class it.unimi.dsi.fastutil.objects.ObjectBigArrayBigList
The current actual size of the big list (never greater than the backing-array length).
size(long) - Method in class it.unimi.dsi.fastutil.objects.ObjectBigArrayBigList
 
size(long) - Method in class it.unimi.dsi.fastutil.objects.ObjectBigLists.EmptyBigList
 
size(long) - Method in class it.unimi.dsi.fastutil.objects.ObjectBigLists.ListBigList
 
size(long) - Method in class it.unimi.dsi.fastutil.objects.ObjectBigLists.SynchronizedBigList
Deprecated.
size(long) - Method in class it.unimi.dsi.fastutil.objects.ObjectBigLists.UnmodifiableBigList
Deprecated.
size() - Method in class it.unimi.dsi.fastutil.objects.ObjectCollections.EmptyCollection
 
size() - Method in class it.unimi.dsi.fastutil.objects.ObjectCollections.IterableCollection
 
size() - Method in class it.unimi.dsi.fastutil.objects.ObjectCollections.SynchronizedCollection
 
size() - Method in class it.unimi.dsi.fastutil.objects.ObjectCollections.UnmodifiableCollection
 
size - Variable in class it.unimi.dsi.fastutil.objects.ObjectHeapPriorityQueue
The number of elements in this queue.
size() - Method in class it.unimi.dsi.fastutil.objects.ObjectHeapPriorityQueue
 
size - Variable in class it.unimi.dsi.fastutil.objects.ObjectHeapSemiIndirectPriorityQueue
The number of elements in this queue.
size() - Method in class it.unimi.dsi.fastutil.objects.ObjectHeapSemiIndirectPriorityQueue
 
size - Variable in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenCustomHashSet
Number of entries in the set (including the null key, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenCustomHashSet
 
size - Variable in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenHashSet
Number of entries in the set (including the null key, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenHashSet
 
size(int) - Method in interface it.unimi.dsi.fastutil.objects.ObjectList
Sets the size of this list.
size(int) - Method in class it.unimi.dsi.fastutil.objects.ObjectLists.EmptyList
 
size() - Method in class it.unimi.dsi.fastutil.objects.ObjectLists.Singleton
 
size(int) - Method in class it.unimi.dsi.fastutil.objects.ObjectLists.Singleton
 
size(int) - Method in class it.unimi.dsi.fastutil.objects.ObjectLists.SynchronizedList
 
size(int) - Method in class it.unimi.dsi.fastutil.objects.ObjectLists.UnmodifiableList
 
size - Variable in class it.unimi.dsi.fastutil.objects.ObjectOpenCustomHashSet
Number of entries in the set (including the null key, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.ObjectOpenCustomHashSet
 
size - Variable in class it.unimi.dsi.fastutil.objects.ObjectOpenHashBigSet
Number of entries in the set.
size() - Method in class it.unimi.dsi.fastutil.objects.ObjectOpenHashBigSet
Deprecated.
size - Variable in class it.unimi.dsi.fastutil.objects.ObjectOpenHashSet
Number of entries in the set (including the null key, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.ObjectOpenHashSet
 
size() - Method in class it.unimi.dsi.fastutil.objects.ObjectRBTreeSet
 
size() - Method in class it.unimi.dsi.fastutil.objects.ObjectSets.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.objects.Reference2BooleanLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.objects.Reference2BooleanOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.objects.Reference2BooleanOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.objects.Reference2CharLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.objects.Reference2CharOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.objects.Reference2CharOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.objects.Reference2FloatLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.objects.Reference2IntLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.objects.Reference2IntOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.objects.Reference2IntOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.objects.Reference2LongLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.objects.Reference2LongOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.objects.Reference2LongOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.objects.Reference2ObjectLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.objects.Reference2ObjectOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.objects.Reference2ObjectOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.objects.Reference2ShortLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.objects.ReferenceArrayList
The current actual size of the list (never greater than the backing-array length).
size() - Method in class it.unimi.dsi.fastutil.objects.ReferenceArrayList
 
size(int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceArrayList
 
size() - Method in class it.unimi.dsi.fastutil.objects.ReferenceArraySet
 
size - Variable in class it.unimi.dsi.fastutil.objects.ReferenceBigArrayBigList
The current actual size of the big list (never greater than the backing-array length).
size(long) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigArrayBigList
 
size(long) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.EmptyBigList
 
size(long) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.ListBigList
 
size(long) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.SynchronizedBigList
Deprecated.
size(long) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.UnmodifiableBigList
Deprecated.
size() - Method in class it.unimi.dsi.fastutil.objects.ReferenceCollections.EmptyCollection
 
size() - Method in class it.unimi.dsi.fastutil.objects.ReferenceCollections.IterableCollection
 
size() - Method in class it.unimi.dsi.fastutil.objects.ReferenceCollections.SynchronizedCollection
 
size() - Method in class it.unimi.dsi.fastutil.objects.ReferenceCollections.UnmodifiableCollection
 
size - Variable in class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
Number of entries in the set (including the null key, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
 
size(int) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceList
Sets the size of this list.
size(int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.EmptyList
 
size() - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.Singleton
 
size(int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.Singleton
 
size(int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.SynchronizedList
 
size(int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.UnmodifiableList
 
size - Variable in class it.unimi.dsi.fastutil.objects.ReferenceOpenHashBigSet
Number of entries in the set.
size() - Method in class it.unimi.dsi.fastutil.objects.ReferenceOpenHashBigSet
Deprecated.
size - Variable in class it.unimi.dsi.fastutil.objects.ReferenceOpenHashSet
Number of entries in the set (including the null key, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.ReferenceOpenHashSet
 
size() - Method in class it.unimi.dsi.fastutil.objects.ReferenceSets.Singleton
 
size() - Method in interface it.unimi.dsi.fastutil.PriorityQueue
Returns the number of elements in this queue.
size() - Method in class it.unimi.dsi.fastutil.PriorityQueues.EmptyPriorityQueue
 
size() - Method in class it.unimi.dsi.fastutil.PriorityQueues.SynchronizedPriorityQueue
 
size() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2BooleanSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2BooleanSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2ByteSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2ByteSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2CharSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2CharSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2DoubleSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2DoubleSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2FloatSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2FloatSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2IntSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2IntSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2LongSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2LongSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2ObjectSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2ObjectSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2ReferenceSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2ReferenceSortedMap.ValuesCollection
 
size() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2ShortSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2ShortSortedMap.ValuesCollection
 
size(long) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortBigList
 
size(int) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortBigList
Deprecated.
This method should have never been implemented, as it is not part of BigList. It will be removed in the future.
size() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortBigList
Deprecated.
Please use the Size64.size64() instead.
size() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortList.ShortSubList
 
size(int) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortList
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2BooleanArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2BooleanAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2BooleanFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2BooleanFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2BooleanFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2BooleanFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.shorts.Short2BooleanLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2BooleanLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.shorts.Short2BooleanOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2BooleanOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.shorts.Short2BooleanOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2BooleanOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2BooleanRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2ByteArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2ByteAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2ByteFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2ByteFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2ByteFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2ByteFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.shorts.Short2ByteLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2ByteLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.shorts.Short2ByteOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2ByteOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.shorts.Short2ByteOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2ByteOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2ByteRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2DoubleArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2DoubleAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2DoubleFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2DoubleFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2DoubleFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2DoubleFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.shorts.Short2DoubleLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2DoubleLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.shorts.Short2DoubleOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2DoubleOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.shorts.Short2DoubleOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2DoubleOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2DoubleRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.shorts.Short2FloatLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.shorts.Short2FloatOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.shorts.Short2FloatOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2ReferenceArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2ReferenceAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2ReferenceFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2ReferenceFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2ReferenceFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2ReferenceFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.shorts.Short2ReferenceLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2ReferenceLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.shorts.Short2ReferenceOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2ReferenceOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.shorts.Short2ReferenceOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2ReferenceOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2ReferenceRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2ShortArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2ShortAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2ShortFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2ShortFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2ShortFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2ShortFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.shorts.Short2ShortLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2ShortLinkedOpenHashMap
 
size - Variable in class it.unimi.dsi.fastutil.shorts.Short2ShortOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2ShortOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.shorts.Short2ShortOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2ShortOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2ShortRBTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.shorts.ShortArrayFIFOQueue
 
size() - Method in class it.unimi.dsi.fastutil.shorts.ShortArrayFrontCodedList
 
size - Variable in class it.unimi.dsi.fastutil.shorts.ShortArrayIndirectPriorityQueue
The number of elements in this queue.
size() - Method in class it.unimi.dsi.fastutil.shorts.ShortArrayIndirectPriorityQueue
 
size - Variable in class it.unimi.dsi.fastutil.shorts.ShortArrayList
The current actual size of the list (never greater than the backing-array length).
size() - Method in class it.unimi.dsi.fastutil.shorts.ShortArrayList
 
size(int) - Method in class it.unimi.dsi.fastutil.shorts.ShortArrayList
 
size - Variable in class it.unimi.dsi.fastutil.shorts.ShortArrayPriorityQueue
The number of elements in this queue.
size() - Method in class it.unimi.dsi.fastutil.shorts.ShortArrayPriorityQueue
 
size() - Method in class it.unimi.dsi.fastutil.shorts.ShortArraySet
 
size() - Method in class it.unimi.dsi.fastutil.shorts.ShortAVLTreeSet
 
size - Variable in class it.unimi.dsi.fastutil.shorts.ShortBigArrayBigList
The current actual size of the big list (never greater than the backing-array length).
size(long) - Method in class it.unimi.dsi.fastutil.shorts.ShortBigArrayBigList
 
size(long) - Method in class it.unimi.dsi.fastutil.shorts.ShortBigLists.EmptyBigList
 
size(long) - Method in class it.unimi.dsi.fastutil.shorts.ShortBigLists.ListBigList
 
size(long) - Method in class it.unimi.dsi.fastutil.shorts.ShortBigLists.SynchronizedBigList
Deprecated.
size(long) - Method in class it.unimi.dsi.fastutil.shorts.ShortBigLists.UnmodifiableBigList
Deprecated.
size() - Method in class it.unimi.dsi.fastutil.shorts.ShortCollections.EmptyCollection
 
size() - Method in class it.unimi.dsi.fastutil.shorts.ShortCollections.IterableCollection
 
size() - Method in class it.unimi.dsi.fastutil.shorts.ShortCollections.SynchronizedCollection
 
size() - Method in class it.unimi.dsi.fastutil.shorts.ShortCollections.UnmodifiableCollection
 
size - Variable in class it.unimi.dsi.fastutil.shorts.ShortHeapPriorityQueue
The number of elements in this queue.
size() - Method in class it.unimi.dsi.fastutil.shorts.ShortHeapPriorityQueue
 
size - Variable in class it.unimi.dsi.fastutil.shorts.ShortHeapSemiIndirectPriorityQueue
The number of elements in this queue.
size() - Method in class it.unimi.dsi.fastutil.shorts.ShortHeapSemiIndirectPriorityQueue
 
size - Variable in class it.unimi.dsi.fastutil.shorts.ShortLinkedOpenCustomHashSet
Number of entries in the set (including the null key, if present).
size() - Method in class it.unimi.dsi.fastutil.shorts.ShortLinkedOpenCustomHashSet
 
size - Variable in class it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet
Number of entries in the set (including the null key, if present).
size() - Method in class it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet
 
size(int) - Method in interface it.unimi.dsi.fastutil.shorts.ShortList
Sets the size of this list.
size(int) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.EmptyList
 
size() - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.Singleton
 
size(int) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.Singleton
 
size(int) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.SynchronizedList
 
size(int) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.UnmodifiableList
 
size - Variable in class it.unimi.dsi.fastutil.shorts.ShortOpenCustomHashSet
Number of entries in the set (including the null key, if present).
size() - Method in class it.unimi.dsi.fastutil.shorts.ShortOpenCustomHashSet
 
size - Variable in class it.unimi.dsi.fastutil.shorts.ShortOpenHashSet
Number of entries in the set (including the null key, if present).
size() - Method in class it.unimi.dsi.fastutil.shorts.ShortOpenHashSet
 
size() - Method in class it.unimi.dsi.fastutil.shorts.ShortPriorityQueues.SynchronizedPriorityQueue
 
size() - Method in class it.unimi.dsi.fastutil.shorts.ShortRBTreeSet
 
size() - Method in class it.unimi.dsi.fastutil.shorts.ShortSets.Singleton
 
size() - Method in interface it.unimi.dsi.fastutil.Size64
Deprecated.
Use Size64.size64() instead.
size64() - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanBigList.BooleanSubList
 
size64() - Method in class it.unimi.dsi.fastutil.booleans.BooleanBigArrayBigList
 
size64() - Method in class it.unimi.dsi.fastutil.booleans.BooleanBigLists.EmptyBigList
 
size64() - Method in class it.unimi.dsi.fastutil.booleans.BooleanBigLists.ListBigList
 
size64() - Method in class it.unimi.dsi.fastutil.booleans.BooleanBigLists.Singleton
 
size64() - Method in class it.unimi.dsi.fastutil.booleans.BooleanBigLists.SynchronizedBigList
 
size64() - Method in class it.unimi.dsi.fastutil.booleans.BooleanBigLists.UnmodifiableBigList
 
size64() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList.ByteSubList
 
size64() - Method in class it.unimi.dsi.fastutil.bytes.ByteBigArrayBigList
 
size64() - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.EmptyBigList
 
size64() - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.ListBigList
 
size64() - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.Singleton
 
size64() - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.SynchronizedBigList
 
size64() - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.UnmodifiableBigList
 
size64() - Method in class it.unimi.dsi.fastutil.chars.AbstractCharBigList.CharSubList
 
size64() - Method in class it.unimi.dsi.fastutil.chars.CharBigArrayBigList
 
size64() - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.EmptyBigList
 
size64() - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.ListBigList
 
size64() - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.Singleton
 
size64() - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.SynchronizedBigList
 
size64() - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.UnmodifiableBigList
 
size64() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDoubleBigList.DoubleSubList
 
size64() - Method in class it.unimi.dsi.fastutil.doubles.DoubleBigArrayBigList
 
size64() - Method in class it.unimi.dsi.fastutil.doubles.DoubleBigLists.EmptyBigList
 
size64() - Method in class it.unimi.dsi.fastutil.doubles.DoubleBigLists.ListBigList
 
size64() - Method in class it.unimi.dsi.fastutil.doubles.DoubleBigLists.Singleton
 
size64() - Method in class it.unimi.dsi.fastutil.doubles.DoubleBigLists.SynchronizedBigList
 
size64() - Method in class it.unimi.dsi.fastutil.doubles.DoubleBigLists.UnmodifiableBigList
 
size64() - Method in class it.unimi.dsi.fastutil.doubles.DoubleOpenHashBigSet
 
size64() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatBigList.FloatSubList
 
size64() - Method in class it.unimi.dsi.fastutil.floats.FloatBigArrayBigList
 
size64() - Method in class it.unimi.dsi.fastutil.floats.FloatBigLists.EmptyBigList
 
size64() - Method in class it.unimi.dsi.fastutil.floats.FloatBigLists.ListBigList
 
size64() - Method in class it.unimi.dsi.fastutil.floats.FloatBigLists.Singleton
 
size64() - Method in class it.unimi.dsi.fastutil.floats.FloatBigLists.SynchronizedBigList
 
size64() - Method in class it.unimi.dsi.fastutil.floats.FloatBigLists.UnmodifiableBigList
 
size64() - Method in class it.unimi.dsi.fastutil.floats.FloatOpenHashBigSet
 
size64() - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList.IntSubList
 
size64() - Method in class it.unimi.dsi.fastutil.ints.IntBigArrayBigList
 
size64() - Method in class it.unimi.dsi.fastutil.ints.IntBigLists.EmptyBigList
 
size64() - Method in class it.unimi.dsi.fastutil.ints.IntBigLists.ListBigList
 
size64() - Method in class it.unimi.dsi.fastutil.ints.IntBigLists.Singleton
 
size64() - Method in class it.unimi.dsi.fastutil.ints.IntBigLists.SynchronizedBigList
 
size64() - Method in class it.unimi.dsi.fastutil.ints.IntBigLists.UnmodifiableBigList
 
size64() - Method in class it.unimi.dsi.fastutil.ints.IntOpenHashBigSet
 
size64() - Method in class it.unimi.dsi.fastutil.longs.AbstractLongBigList.LongSubList
 
size64() - Method in class it.unimi.dsi.fastutil.longs.LongBigArrayBigList
 
size64() - Method in class it.unimi.dsi.fastutil.longs.LongBigLists.EmptyBigList
 
size64() - Method in class it.unimi.dsi.fastutil.longs.LongBigLists.ListBigList
 
size64() - Method in class it.unimi.dsi.fastutil.longs.LongBigLists.Singleton
 
size64() - Method in class it.unimi.dsi.fastutil.longs.LongBigLists.SynchronizedBigList
 
size64() - Method in class it.unimi.dsi.fastutil.longs.LongBigLists.UnmodifiableBigList
 
size64() - Method in class it.unimi.dsi.fastutil.longs.LongOpenHashBigSet
 
size64() - Method in class it.unimi.dsi.fastutil.objects.AbstractObjectBigList.ObjectSubList
 
size64() - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList.ReferenceSubList
 
size64() - Method in class it.unimi.dsi.fastutil.objects.ObjectBigArrayBigList
 
size64() - Method in class it.unimi.dsi.fastutil.objects.ObjectBigLists.EmptyBigList
 
size64() - Method in class it.unimi.dsi.fastutil.objects.ObjectBigLists.ListBigList
 
size64() - Method in class it.unimi.dsi.fastutil.objects.ObjectBigLists.Singleton
 
size64() - Method in class it.unimi.dsi.fastutil.objects.ObjectBigLists.SynchronizedBigList
 
size64() - Method in class it.unimi.dsi.fastutil.objects.ObjectBigLists.UnmodifiableBigList
 
size64() - Method in class it.unimi.dsi.fastutil.objects.ObjectOpenHashBigSet
 
size64() - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigArrayBigList
 
size64() - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.EmptyBigList
 
size64() - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.ListBigList
 
size64() - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.Singleton
 
size64() - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.SynchronizedBigList
 
size64() - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.UnmodifiableBigList
 
size64() - Method in class it.unimi.dsi.fastutil.objects.ReferenceOpenHashBigSet
 
size64() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortBigList.ShortSubList
 
size64() - Method in class it.unimi.dsi.fastutil.shorts.ShortBigArrayBigList
 
size64() - Method in class it.unimi.dsi.fastutil.shorts.ShortBigLists.EmptyBigList
 
size64() - Method in class it.unimi.dsi.fastutil.shorts.ShortBigLists.ListBigList
 
size64() - Method in class it.unimi.dsi.fastutil.shorts.ShortBigLists.Singleton
 
size64() - Method in class it.unimi.dsi.fastutil.shorts.ShortBigLists.SynchronizedBigList
 
size64() - Method in class it.unimi.dsi.fastutil.shorts.ShortBigLists.UnmodifiableBigList
 
Size64 - Interface in it.unimi.dsi.fastutil
An interface for data structures whose size can exceed Integer.MAX_VALUE.
size64() - Method in interface it.unimi.dsi.fastutil.Size64
Returns the size of this data structure as a long.
skip(long) - Method in interface it.unimi.dsi.fastutil.BigListIterator
Skips the given number of elements.
skip(long) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanBigListIterator
Skips the given number of elements.
skip(int) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanIterator
Skips the given number of elements.
skip(int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanBigListIterators.BigListIteratorListIterator
 
skip(long) - Method in class it.unimi.dsi.fastutil.booleans.BooleanBigListIterators.BigListIteratorListIterator
 
skip(long) - Method in class it.unimi.dsi.fastutil.booleans.BooleanBigListIterators.EmptyBigListIterator
 
skip(int) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanIterator
Skips the given number of elements.
skip(int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanIterators.EmptyIterator
 
skip(long) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigListIterator
Skips the given number of elements.
skip(int) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteIterator
Skips the given number of elements.
skip(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigListIterators.BigListIteratorListIterator
 
skip(long) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigListIterators.BigListIteratorListIterator
 
skip(long) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigListIterators.EmptyBigListIterator
 
skip(int) - Method in interface it.unimi.dsi.fastutil.bytes.ByteIterator
Skips the given number of elements.
skip(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.EmptyIterator
 
skip(long) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharBigListIterator
Skips the given number of elements.
skip(int) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharIterator
Skips the given number of elements.
skip(int) - Method in class it.unimi.dsi.fastutil.chars.CharBigListIterators.BigListIteratorListIterator
 
skip(long) - Method in class it.unimi.dsi.fastutil.chars.CharBigListIterators.BigListIteratorListIterator
 
skip(long) - Method in class it.unimi.dsi.fastutil.chars.CharBigListIterators.EmptyBigListIterator
 
skip(int) - Method in interface it.unimi.dsi.fastutil.chars.CharIterator
Skips the given number of elements.
skip(int) - Method in class it.unimi.dsi.fastutil.chars.CharIterators.EmptyIterator
 
skip(long) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDoubleBigListIterator
Skips the given number of elements.
skip(int) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDoubleIterator
Skips the given number of elements.
skip(int) - Method in class it.unimi.dsi.fastutil.doubles.DoubleBigListIterators.BigListIteratorListIterator
 
skip(long) - Method in class it.unimi.dsi.fastutil.doubles.DoubleBigListIterators.BigListIteratorListIterator
 
skip(long) - Method in class it.unimi.dsi.fastutil.doubles.DoubleBigListIterators.EmptyBigListIterator
 
skip(int) - Method in interface it.unimi.dsi.fastutil.doubles.DoubleIterator
Skips the given number of elements.
skip(int) - Method in class it.unimi.dsi.fastutil.doubles.DoubleIterators.ByteIteratorWrapper
 
skip(int) - Method in class it.unimi.dsi.fastutil.doubles.DoubleIterators.EmptyIterator
 
skip(int) - Method in class it.unimi.dsi.fastutil.doubles.DoubleIterators.FloatIteratorWrapper
 
skip(int) - Method in class it.unimi.dsi.fastutil.doubles.DoubleIterators.IntIteratorWrapper
 
skip(int) - Method in class it.unimi.dsi.fastutil.doubles.DoubleIterators.ShortIteratorWrapper
 
skip(long) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatBigListIterator
Skips the given number of elements.
skip(int) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatIterator
Skips the given number of elements.
skip(int) - Method in class it.unimi.dsi.fastutil.floats.FloatBigListIterators.BigListIteratorListIterator
 
skip(long) - Method in class it.unimi.dsi.fastutil.floats.FloatBigListIterators.BigListIteratorListIterator
 
skip(long) - Method in class it.unimi.dsi.fastutil.floats.FloatBigListIterators.EmptyBigListIterator
 
skip(int) - Method in interface it.unimi.dsi.fastutil.floats.FloatIterator
Skips the given number of elements.
skip(int) - Method in class it.unimi.dsi.fastutil.floats.FloatIterators.ByteIteratorWrapper
 
skip(int) - Method in class it.unimi.dsi.fastutil.floats.FloatIterators.EmptyIterator
 
skip(int) - Method in class it.unimi.dsi.fastutil.floats.FloatIterators.ShortIteratorWrapper
 
skip(long) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigListIterator
Skips the given number of elements.
skip(int) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntIterator
Skips the given number of elements.
skip(int) - Method in class it.unimi.dsi.fastutil.ints.IntBigListIterators.BigListIteratorListIterator
 
skip(long) - Method in class it.unimi.dsi.fastutil.ints.IntBigListIterators.BigListIteratorListIterator
 
skip(long) - Method in class it.unimi.dsi.fastutil.ints.IntBigListIterators.EmptyBigListIterator
 
skip(int) - Method in interface it.unimi.dsi.fastutil.ints.IntIterator
Skips the given number of elements.
skip(int) - Method in class it.unimi.dsi.fastutil.ints.IntIterators.ByteIteratorWrapper
 
skip(int) - Method in class it.unimi.dsi.fastutil.ints.IntIterators.EmptyIterator
 
skip(int) - Method in class it.unimi.dsi.fastutil.ints.IntIterators.ShortIteratorWrapper
 
skip(long) - Method in class it.unimi.dsi.fastutil.io.FastBufferedInputStream
Skips over and discards the given number of bytes of data from this fast buffered input stream.
skip(long) - Method in class it.unimi.dsi.fastutil.io.FastByteArrayInputStream
 
skip(long) - Method in class it.unimi.dsi.fastutil.io.FastMultiByteArrayInputStream
 
skip(long) - Method in class it.unimi.dsi.fastutil.io.InspectableFileCachedInputStream
 
skip(long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongBigListIterator
Skips the given number of elements.
skip(int) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongIterator
Skips the given number of elements.
skip(int) - Method in class it.unimi.dsi.fastutil.longs.LongBigListIterators.BigListIteratorListIterator
 
skip(long) - Method in class it.unimi.dsi.fastutil.longs.LongBigListIterators.BigListIteratorListIterator
 
skip(long) - Method in class it.unimi.dsi.fastutil.longs.LongBigListIterators.EmptyBigListIterator
 
skip(int) - Method in interface it.unimi.dsi.fastutil.longs.LongIterator
Skips the given number of elements.
skip(int) - Method in class it.unimi.dsi.fastutil.longs.LongIterators.ByteIteratorWrapper
 
skip(int) - Method in class it.unimi.dsi.fastutil.longs.LongIterators.EmptyIterator
 
skip(int) - Method in class it.unimi.dsi.fastutil.longs.LongIterators.IntIteratorWrapper
 
skip(int) - Method in class it.unimi.dsi.fastutil.longs.LongIterators.ShortIteratorWrapper
 
skip(long) - Method in class it.unimi.dsi.fastutil.objects.AbstractObjectBigListIterator
Skips the given number of elements.
skip(int) - Method in class it.unimi.dsi.fastutil.objects.AbstractObjectIterator
Skips the given number of elements.
skip(int) - Method in class it.unimi.dsi.fastutil.objects.ObjectBigListIterators.BigListIteratorListIterator
 
skip(long) - Method in class it.unimi.dsi.fastutil.objects.ObjectBigListIterators.BigListIteratorListIterator
 
skip(long) - Method in class it.unimi.dsi.fastutil.objects.ObjectBigListIterators.EmptyBigListIterator
 
skip(int) - Method in interface it.unimi.dsi.fastutil.objects.ObjectIterator
Skips the given number of elements.
skip(int) - Method in class it.unimi.dsi.fastutil.objects.ObjectIterators.EmptyIterator
 
skip(long) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortBigListIterator
Skips the given number of elements.
skip(int) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortIterator
Skips the given number of elements.
skip(int) - Method in class it.unimi.dsi.fastutil.shorts.ShortBigListIterators.BigListIteratorListIterator
 
skip(long) - Method in class it.unimi.dsi.fastutil.shorts.ShortBigListIterators.BigListIteratorListIterator
 
skip(long) - Method in class it.unimi.dsi.fastutil.shorts.ShortBigListIterators.EmptyBigListIterator
 
skip(int) - Method in interface it.unimi.dsi.fastutil.shorts.ShortIterator
Skips the given number of elements.
skip(int) - Method in class it.unimi.dsi.fastutil.shorts.ShortIterators.ByteIteratorWrapper
 
skip(int) - Method in class it.unimi.dsi.fastutil.shorts.ShortIterators.EmptyIterator
 
SLICE_BITS - Static variable in class it.unimi.dsi.fastutil.io.FastMultiByteArrayInputStream
The number of bits of an array slice index.
SLICE_MASK - Static variable in class it.unimi.dsi.fastutil.io.FastMultiByteArrayInputStream
The mask to retrieve a slice offset.
SLICE_SIZE - Static variable in class it.unimi.dsi.fastutil.io.FastMultiByteArrayInputStream
The maximum length of an array slice.
sortedMap - Variable in class it.unimi.dsi.fastutil.bytes.Byte2BooleanSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.bytes.Byte2BooleanSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.bytes.Byte2FloatSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.bytes.Byte2FloatSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ShortSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ShortSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.chars.Char2BooleanSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.chars.Char2BooleanSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.chars.Char2FloatSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.chars.Char2FloatSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.chars.Char2ShortSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.chars.Char2ShortSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.doubles.Double2BooleanSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.doubles.Double2BooleanSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.doubles.Double2DoubleSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.doubles.Double2DoubleSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.doubles.Double2FloatSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.doubles.Double2FloatSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.doubles.Double2IntSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.doubles.Double2IntSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.doubles.Double2LongSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.doubles.Double2LongSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.doubles.Double2ShortSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.doubles.Double2ShortSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.floats.Float2ByteSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.floats.Float2ByteSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.floats.Float2CharSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.floats.Float2CharSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.floats.Float2FloatSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.floats.Float2FloatSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.floats.Float2IntSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.floats.Float2IntSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.floats.Float2LongSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.floats.Float2LongSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.floats.Float2ObjectSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.floats.Float2ObjectSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.floats.Float2ReferenceSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.floats.Float2ReferenceSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.ints.Int2BooleanSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.ints.Int2BooleanSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.ints.Int2DoubleSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.ints.Int2DoubleSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.ints.Int2FloatSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.ints.Int2FloatSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.ints.Int2IntSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.ints.Int2IntSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.ints.Int2ObjectSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.ints.Int2ObjectSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.ints.Int2ShortSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.ints.Int2ShortSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.longs.Long2BooleanSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.longs.Long2BooleanSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.longs.Long2IntSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.longs.Long2IntSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.longs.Long2LongSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.longs.Long2LongSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.longs.Long2ObjectSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.longs.Long2ObjectSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.objects.Object2CharSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.objects.Object2CharSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.objects.Object2DoubleSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.objects.Object2DoubleSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.objects.Object2FloatSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.objects.Object2FloatSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.objects.Object2IntSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.objects.Object2IntSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.objects.Object2ShortSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.objects.Object2ShortSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.objects.Reference2BooleanSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.objects.Reference2BooleanSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.objects.Reference2CharSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.objects.Reference2CharSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.objects.Reference2FloatSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.objects.Reference2FloatSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.objects.Reference2IntSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.objects.Reference2IntSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.objects.Reference2LongSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.objects.Reference2LongSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.objects.Reference2ObjectSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.objects.Reference2ObjectSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.objects.Reference2ShortSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.objects.Reference2ShortSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.shorts.Short2BooleanSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.shorts.Short2BooleanSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.shorts.Short2ByteSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.shorts.Short2ByteSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.shorts.Short2DoubleSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.shorts.Short2DoubleSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.shorts.Short2FloatSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.shorts.Short2FloatSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.shorts.Short2ReferenceSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.shorts.Short2ReferenceSortedMaps.UnmodifiableSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.shorts.Short2ShortSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.shorts.Short2ShortSortedMaps.UnmodifiableSortedMap
 
sortedSet - Variable in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.SynchronizedSortedSet
 
sortedSet - Variable in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.UnmodifiableSortedSet
 
sortedSet - Variable in class it.unimi.dsi.fastutil.chars.CharSortedSets.SynchronizedSortedSet
 
sortedSet - Variable in class it.unimi.dsi.fastutil.chars.CharSortedSets.UnmodifiableSortedSet
 
sortedSet - Variable in class it.unimi.dsi.fastutil.doubles.DoubleSortedSets.SynchronizedSortedSet
 
sortedSet - Variable in class it.unimi.dsi.fastutil.doubles.DoubleSortedSets.UnmodifiableSortedSet
 
sortedSet - Variable in class it.unimi.dsi.fastutil.floats.FloatSortedSets.SynchronizedSortedSet
 
sortedSet - Variable in class it.unimi.dsi.fastutil.floats.FloatSortedSets.UnmodifiableSortedSet
 
sortedSet - Variable in class it.unimi.dsi.fastutil.ints.IntSortedSets.SynchronizedSortedSet
 
sortedSet - Variable in class it.unimi.dsi.fastutil.ints.IntSortedSets.UnmodifiableSortedSet
 
sortedSet - Variable in class it.unimi.dsi.fastutil.longs.LongSortedSets.SynchronizedSortedSet
 
sortedSet - Variable in class it.unimi.dsi.fastutil.longs.LongSortedSets.UnmodifiableSortedSet
 
sortedSet - Variable in class it.unimi.dsi.fastutil.objects.ObjectSortedSets.SynchronizedSortedSet
 
sortedSet - Variable in class it.unimi.dsi.fastutil.objects.ObjectSortedSets.UnmodifiableSortedSet
 
sortedSet - Variable in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.SynchronizedSortedSet
 
sortedSet - Variable in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.UnmodifiableSortedSet
 
sortedSet - Variable in class it.unimi.dsi.fastutil.shorts.ShortSortedSets.SynchronizedSortedSet
 
sortedSet - Variable in class it.unimi.dsi.fastutil.shorts.ShortSortedSets.UnmodifiableSortedSet
 
stabilize(int[], boolean[], int, int) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanArrays
Stabilizes a permutation.
stabilize(int[], boolean[]) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanArrays
Stabilizes a permutation.
stabilize(int[], byte[], int, int) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Stabilizes a permutation.
stabilize(int[], byte[]) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Stabilizes a permutation.
stabilize(int[], char[], int, int) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Stabilizes a permutation.
stabilize(int[], char[]) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Stabilizes a permutation.
stabilize(int[], double[], int, int) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Stabilizes a permutation.
stabilize(int[], double[]) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Stabilizes a permutation.
stabilize(int[], float[], int, int) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Stabilizes a permutation.
stabilize(int[], float[]) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Stabilizes a permutation.
stabilize(int[], int[], int, int) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Stabilizes a permutation.
stabilize(int[], int[]) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Stabilizes a permutation.
stabilize(int[], long[], int, int) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Stabilizes a permutation.
stabilize(int[], long[]) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Stabilizes a permutation.
stabilize(int[], K[], int, int) - Static method in class it.unimi.dsi.fastutil.objects.ObjectArrays
Stabilizes a permutation.
stabilize(int[], K[]) - Static method in class it.unimi.dsi.fastutil.objects.ObjectArrays
Stabilizes a permutation.
stabilize(int[], short[], int, int) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Stabilizes a permutation.
stabilize(int[], short[]) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Stabilizes a permutation.
Stack<K> - Interface in it.unimi.dsi.fastutil
A stack.
start(int) - Static method in class it.unimi.dsi.fastutil.BigArrays
Computes the starting index of a given segment.
start - Variable in class it.unimi.dsi.fastutil.bytes.ByteArrayFIFOQueue
The start position in ByteArrayFIFOQueue.array.
start - Variable in class it.unimi.dsi.fastutil.chars.CharArrayFIFOQueue
The start position in CharArrayFIFOQueue.array.
start - Variable in class it.unimi.dsi.fastutil.doubles.DoubleArrayFIFOQueue
The start position in DoubleArrayFIFOQueue.array.
start - Variable in class it.unimi.dsi.fastutil.floats.FloatArrayFIFOQueue
The start position in FloatArrayFIFOQueue.array.
start - Variable in class it.unimi.dsi.fastutil.ints.IntArrayFIFOQueue
The start position in IntArrayFIFOQueue.array.
start - Variable in class it.unimi.dsi.fastutil.longs.LongArrayFIFOQueue
The start position in LongArrayFIFOQueue.array.
start - Variable in class it.unimi.dsi.fastutil.objects.ObjectArrayFIFOQueue
The start position in ObjectArrayFIFOQueue.array.
start - Variable in class it.unimi.dsi.fastutil.shorts.ShortArrayFIFOQueue
The start position in ShortArrayFIFOQueue.array.
storeBooleans(boolean[], int, int, DataOutput) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores an array fragment to a given data output.
storeBooleans(boolean[], DataOutput) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores an array to a given data output.
storeBooleans(boolean[], int, int, File) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores an array fragment to a file given by a File object.
storeBooleans(boolean[], int, int, CharSequence) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores an array fragment to a file given by a pathname.
storeBooleans(boolean[], File) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores an array to a file given by a File object.
storeBooleans(boolean[], CharSequence) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores an array to a file given by a pathname.
storeBooleans(boolean[][], long, long, DataOutput) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores an array fragment to a given data output.
storeBooleans(boolean[][], DataOutput) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores a big array to a given data output.
storeBooleans(boolean[][], long, long, File) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores a big-array fragment to a file given by a File object.
storeBooleans(boolean[][], long, long, CharSequence) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores a big-array fragment to a file given by a pathname.
storeBooleans(boolean[][], File) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores an array to a file given by a File object.
storeBooleans(boolean[][], CharSequence) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores a big array to a file given by a pathname.
storeBooleans(BooleanIterator, DataOutput) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores the element returned by an iterator to a given data output.
storeBooleans(BooleanIterator, File) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores the element returned by an iterator to a file given by a File object.
storeBooleans(BooleanIterator, CharSequence) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores the element returned by an iterator to a file given by a pathname.
storeBooleans(boolean[], int, int, PrintStream) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores an array fragment to a given print stream.
storeBooleans(boolean[], PrintStream) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores an array to a given print stream.
storeBooleans(boolean[], int, int, File) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores an array fragment to a file given by a File object.
storeBooleans(boolean[], int, int, CharSequence) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores an array fragment to a file given by a pathname.
storeBooleans(boolean[], File) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores an array to a file given by a File object.
storeBooleans(boolean[], CharSequence) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores an array to a file given by a pathname.
storeBooleans(BooleanIterator, PrintStream) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores the element returned by an iterator to a given print stream.
storeBooleans(BooleanIterator, File) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores the element returned by an iterator to a file given by a File object.
storeBooleans(BooleanIterator, CharSequence) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores the element returned by an iterator to a file given by a pathname.
storeBooleans(boolean[][], long, long, PrintStream) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores a big-array fragment to a given print stream.
storeBooleans(boolean[][], PrintStream) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores a big array to a given print stream.
storeBooleans(boolean[][], long, long, File) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores a big-array fragment to a file given by a File object.
storeBooleans(boolean[][], long, long, CharSequence) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores a big-array fragment to a file given by a pathname.
storeBooleans(boolean[][], File) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores a big array to a file given by a File object.
storeBooleans(boolean[][], CharSequence) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores a big array to a file given by a pathname.
storeBytes(byte[], int, int, OutputStream) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores an array fragment to a given output stream.
storeBytes(byte[], OutputStream) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores an array to a given output stream.
storeBytes(byte[][], long, long, OutputStream) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores a big-array fragment to a given output stream.
storeBytes(byte[][], OutputStream) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores a big array to a given output stream.
storeBytes(byte[], int, int, DataOutput) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores an array fragment to a given data output.
storeBytes(byte[], DataOutput) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores an array to a given data output.
storeBytes(byte[], int, int, File) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores an array fragment to a file given by a File object.
storeBytes(byte[], int, int, CharSequence) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores an array fragment to a file given by a pathname.
storeBytes(byte[], File) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores an array to a file given by a File object.
storeBytes(byte[], CharSequence) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores an array to a file given by a pathname.
storeBytes(byte[][], long, long, DataOutput) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores an array fragment to a given data output.
storeBytes(byte[][], DataOutput) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores a big array to a given data output.
storeBytes(byte[][], long, long, File) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores a big-array fragment to a file given by a File object.
storeBytes(byte[][], long, long, CharSequence) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores a big-array fragment to a file given by a pathname.
storeBytes(byte[][], File) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores an array to a file given by a File object.
storeBytes(byte[][], CharSequence) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores a big array to a file given by a pathname.
storeBytes(ByteIterator, DataOutput) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores the element returned by an iterator to a given data output.
storeBytes(ByteIterator, File) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores the element returned by an iterator to a file given by a File object.
storeBytes(ByteIterator, CharSequence) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores the element returned by an iterator to a file given by a pathname.
storeBytes(byte[], int, int, PrintStream) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores an array fragment to a given print stream.
storeBytes(byte[], PrintStream) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores an array to a given print stream.
storeBytes(byte[], int, int, File) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores an array fragment to a file given by a File object.
storeBytes(byte[], int, int, CharSequence) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores an array fragment to a file given by a pathname.
storeBytes(byte[], File) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores an array to a file given by a File object.
storeBytes(byte[], CharSequence) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores an array to a file given by a pathname.
storeBytes(ByteIterator, PrintStream) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores the element returned by an iterator to a given print stream.
storeBytes(ByteIterator, File) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores the element returned by an iterator to a file given by a File object.
storeBytes(ByteIterator, CharSequence) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores the element returned by an iterator to a file given by a pathname.
storeBytes(byte[][], long, long, PrintStream) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores a big-array fragment to a given print stream.
storeBytes(byte[][], PrintStream) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores a big array to a given print stream.
storeBytes(byte[][], long, long, File) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores a big-array fragment to a file given by a File object.
storeBytes(byte[][], long, long, CharSequence) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores a big-array fragment to a file given by a pathname.
storeBytes(byte[][], File) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores a big array to a file given by a File object.
storeBytes(byte[][], CharSequence) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores a big array to a file given by a pathname.
storeChars(char[], int, int, DataOutput) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores an array fragment to a given data output.
storeChars(char[], DataOutput) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores an array to a given data output.
storeChars(char[], int, int, File) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores an array fragment to a file given by a File object.
storeChars(char[], int, int, CharSequence) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores an array fragment to a file given by a pathname.
storeChars(char[], File) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores an array to a file given by a File object.
storeChars(char[], CharSequence) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores an array to a file given by a pathname.
storeChars(char[][], long, long, DataOutput) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores an array fragment to a given data output.
storeChars(char[][], DataOutput) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores a big array to a given data output.
storeChars(char[][], long, long, File) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores a big-array fragment to a file given by a File object.
storeChars(char[][], long, long, CharSequence) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores a big-array fragment to a file given by a pathname.
storeChars(char[][], File) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores an array to a file given by a File object.
storeChars(char[][], CharSequence) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores a big array to a file given by a pathname.
storeChars(CharIterator, DataOutput) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores the element returned by an iterator to a given data output.
storeChars(CharIterator, File) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores the element returned by an iterator to a file given by a File object.
storeChars(CharIterator, CharSequence) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores the element returned by an iterator to a file given by a pathname.
storedComparator - Variable in class it.unimi.dsi.fastutil.bytes.Byte2BooleanAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.bytes.Byte2BooleanRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ByteAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ByteRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.bytes.Byte2CharAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.bytes.Byte2CharRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.bytes.Byte2DoubleAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.bytes.Byte2DoubleRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.bytes.Byte2FloatAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.bytes.Byte2FloatRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.bytes.Byte2IntAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.bytes.Byte2IntRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.bytes.Byte2LongAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.bytes.Byte2LongRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ObjectAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ObjectRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ShortAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ShortRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.bytes.ByteAVLTreeSet
This set's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.bytes.ByteRBTreeSet
This set's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.chars.Char2BooleanAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.chars.Char2BooleanRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.chars.Char2ByteAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.chars.Char2ByteRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.chars.Char2CharAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.chars.Char2CharRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.chars.Char2FloatAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.chars.Char2FloatRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.chars.Char2IntAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.chars.Char2IntRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.chars.Char2LongAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.chars.Char2LongRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.chars.Char2ObjectAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.chars.Char2ObjectRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.chars.Char2ReferenceRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.chars.Char2ShortAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.chars.Char2ShortRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.chars.CharAVLTreeSet
This set's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.chars.CharRBTreeSet
This set's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.doubles.Double2BooleanAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.doubles.Double2BooleanRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.doubles.Double2CharAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.doubles.Double2CharRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.doubles.Double2DoubleAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.doubles.Double2DoubleRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.doubles.Double2FloatAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.doubles.Double2FloatRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.doubles.Double2IntAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.doubles.Double2IntRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.doubles.Double2LongAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.doubles.Double2LongRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.doubles.Double2ReferenceAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.doubles.Double2ReferenceRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.doubles.Double2ShortAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.doubles.Double2ShortRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet
This set's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.doubles.DoubleRBTreeSet
This set's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.floats.Float2ByteAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.floats.Float2ByteRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.floats.Float2CharAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.floats.Float2CharRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.floats.Float2FloatAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.floats.Float2FloatRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.floats.Float2IntAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.floats.Float2IntRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.floats.Float2LongAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.floats.Float2LongRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.floats.Float2ObjectAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.floats.Float2ObjectRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.floats.Float2ReferenceAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.floats.Float2ReferenceRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.floats.FloatAVLTreeSet
This set's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.floats.FloatRBTreeSet
This set's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.ints.Int2BooleanAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.ints.Int2BooleanRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.ints.Int2ByteAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.ints.Int2ByteRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.ints.Int2CharAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.ints.Int2CharRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.ints.Int2DoubleAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.ints.Int2DoubleRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.ints.Int2FloatAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.ints.Int2FloatRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.ints.Int2IntAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.ints.Int2IntRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.ints.Int2LongAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.ints.Int2LongRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.ints.Int2ObjectAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.ints.Int2ObjectRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.ints.Int2ShortAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.ints.Int2ShortRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.ints.IntAVLTreeSet
This set's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.ints.IntRBTreeSet
This set's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.longs.Long2BooleanAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.longs.Long2BooleanRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.longs.Long2CharAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.longs.Long2CharRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.longs.Long2IntAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.longs.Long2IntRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.longs.Long2LongAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.longs.Long2LongRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.longs.Long2ObjectAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.longs.Long2ObjectRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.longs.LongAVLTreeSet
This set's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.longs.LongRBTreeSet
This set's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.objects.Object2CharAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.objects.Object2CharRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.objects.Object2DoubleAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.objects.Object2DoubleRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.objects.Object2FloatAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.objects.Object2FloatRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.objects.Object2IntAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.objects.Object2IntRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.objects.Object2LongAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.objects.Object2LongRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.objects.Object2ShortAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.objects.Object2ShortRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.objects.ObjectAVLTreeSet
This set's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.objects.ObjectRBTreeSet
This set's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.shorts.Short2BooleanAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.shorts.Short2BooleanRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.shorts.Short2ByteAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.shorts.Short2ByteRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.shorts.Short2DoubleAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.shorts.Short2DoubleRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.shorts.Short2FloatAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.shorts.Short2FloatRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.shorts.Short2ReferenceAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.shorts.Short2ReferenceRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.shorts.Short2ShortAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.shorts.Short2ShortRBTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.shorts.ShortAVLTreeSet
This set's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.shorts.ShortRBTreeSet
This set's comparator, as provided in the constructor.
storeDoubles(double[], int, int, DataOutput) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores an array fragment to a given data output.
storeDoubles(double[], DataOutput) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores an array to a given data output.
storeDoubles(double[], int, int, File) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores an array fragment to a file given by a File object.
storeDoubles(double[], int, int, CharSequence) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores an array fragment to a file given by a pathname.
storeDoubles(double[], File) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores an array to a file given by a File object.
storeDoubles(double[], CharSequence) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores an array to a file given by a pathname.
storeDoubles(double[][], long, long, DataOutput) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores an array fragment to a given data output.
storeDoubles(double[][], DataOutput) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores a big array to a given data output.
storeDoubles(double[][], long, long, File) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores a big-array fragment to a file given by a File object.
storeDoubles(double[][], long, long, CharSequence) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores a big-array fragment to a file given by a pathname.
storeDoubles(double[][], File) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores an array to a file given by a File object.
storeDoubles(double[][], CharSequence) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores a big array to a file given by a pathname.
storeDoubles(DoubleIterator, DataOutput) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores the element returned by an iterator to a given data output.
storeDoubles(DoubleIterator, File) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores the element returned by an iterator to a file given by a File object.
storeDoubles(DoubleIterator, CharSequence) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores the element returned by an iterator to a file given by a pathname.
storeDoubles(double[], int, int, PrintStream) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores an array fragment to a given print stream.
storeDoubles(double[], PrintStream) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores an array to a given print stream.
storeDoubles(double[], int, int, File) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores an array fragment to a file given by a File object.
storeDoubles(double[], int, int, CharSequence) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores an array fragment to a file given by a pathname.
storeDoubles(double[], File) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores an array to a file given by a File object.
storeDoubles(double[], CharSequence) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores an array to a file given by a pathname.
storeDoubles(DoubleIterator, PrintStream) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores the element returned by an iterator to a given print stream.
storeDoubles(DoubleIterator, File) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores the element returned by an iterator to a file given by a File object.
storeDoubles(DoubleIterator, CharSequence) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores the element returned by an iterator to a file given by a pathname.
storeDoubles(double[][], long, long, PrintStream) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores a big-array fragment to a given print stream.
storeDoubles(double[][], PrintStream) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores a big array to a given print stream.
storeDoubles(double[][], long, long, File) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores a big-array fragment to a file given by a File object.
storeDoubles(double[][], long, long, CharSequence) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores a big-array fragment to a file given by a pathname.
storeDoubles(double[][], File) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores a big array to a file given by a File object.
storeDoubles(double[][], CharSequence) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores a big array to a file given by a pathname.
storeFloats(float[], int, int, DataOutput) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores an array fragment to a given data output.
storeFloats(float[], DataOutput) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores an array to a given data output.
storeFloats(float[], int, int, File) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores an array fragment to a file given by a File object.
storeFloats(float[], int, int, CharSequence) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores an array fragment to a file given by a pathname.
storeFloats(float[], File) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores an array to a file given by a File object.
storeFloats(float[], CharSequence) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores an array to a file given by a pathname.
storeFloats(float[][], long, long, DataOutput) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores an array fragment to a given data output.
storeFloats(float[][], DataOutput) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores a big array to a given data output.
storeFloats(float[][], long, long, File) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores a big-array fragment to a file given by a File object.
storeFloats(float[][], long, long, CharSequence) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores a big-array fragment to a file given by a pathname.
storeFloats(float[][], File) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores an array to a file given by a File object.
storeFloats(float[][], CharSequence) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores a big array to a file given by a pathname.
storeFloats(FloatIterator, DataOutput) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores the element returned by an iterator to a given data output.
storeFloats(FloatIterator, File) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores the element returned by an iterator to a file given by a File object.
storeFloats(FloatIterator, CharSequence) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores the element returned by an iterator to a file given by a pathname.
storeFloats(float[], int, int, PrintStream) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores an array fragment to a given print stream.
storeFloats(float[], PrintStream) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores an array to a given print stream.
storeFloats(float[], int, int, File) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores an array fragment to a file given by a File object.
storeFloats(float[], int, int, CharSequence) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores an array fragment to a file given by a pathname.
storeFloats(float[], File) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores an array to a file given by a File object.
storeFloats(float[], CharSequence) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores an array to a file given by a pathname.
storeFloats(FloatIterator, PrintStream) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores the element returned by an iterator to a given print stream.
storeFloats(FloatIterator, File) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores the element returned by an iterator to a file given by a File object.
storeFloats(FloatIterator, CharSequence) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores the element returned by an iterator to a file given by a pathname.
storeFloats(float[][], long, long, PrintStream) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores a big-array fragment to a given print stream.
storeFloats(float[][], PrintStream) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores a big array to a given print stream.
storeFloats(float[][], long, long, File) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores a big-array fragment to a file given by a File object.
storeFloats(float[][], long, long, CharSequence) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores a big-array fragment to a file given by a pathname.
storeFloats(float[][], File) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores a big array to a file given by a File object.
storeFloats(float[][], CharSequence) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores a big array to a file given by a pathname.
storeInts(int[], int, int, DataOutput) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores an array fragment to a given data output.
storeInts(int[], DataOutput) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores an array to a given data output.
storeInts(int[], int, int, File) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores an array fragment to a file given by a File object.
storeInts(int[], int, int, CharSequence) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores an array fragment to a file given by a pathname.
storeInts(int[], File) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores an array to a file given by a File object.
storeInts(int[], CharSequence) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores an array to a file given by a pathname.
storeInts(int[][], long, long, DataOutput) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores an array fragment to a given data output.
storeInts(int[][], DataOutput) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores a big array to a given data output.
storeInts(int[][], long, long, File) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores a big-array fragment to a file given by a File object.
storeInts(int[][], long, long, CharSequence) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores a big-array fragment to a file given by a pathname.
storeInts(int[][], File) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores an array to a file given by a File object.
storeInts(int[][], CharSequence) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores a big array to a file given by a pathname.
storeInts(IntIterator, DataOutput) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores the element returned by an iterator to a given data output.
storeInts(IntIterator, File) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores the element returned by an iterator to a file given by a File object.
storeInts(IntIterator, CharSequence) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores the element returned by an iterator to a file given by a pathname.
storeInts(int[], int, int, PrintStream) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores an array fragment to a given print stream.
storeInts(int[], PrintStream) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores an array to a given print stream.
storeInts(int[], int, int, File) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores an array fragment to a file given by a File object.
storeInts(int[], int, int, CharSequence) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores an array fragment to a file given by a pathname.
storeInts(int[], File) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores an array to a file given by a File object.
storeInts(int[], CharSequence) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores an array to a file given by a pathname.
storeInts(IntIterator, PrintStream) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores the element returned by an iterator to a given print stream.
storeInts(IntIterator, File) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores the element returned by an iterator to a file given by a File object.
storeInts(IntIterator, CharSequence) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores the element returned by an iterator to a file given by a pathname.
storeInts(int[][], long, long, PrintStream) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores a big-array fragment to a given print stream.
storeInts(int[][], PrintStream) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores a big array to a given print stream.
storeInts(int[][], long, long, File) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores a big-array fragment to a file given by a File object.
storeInts(int[][], long, long, CharSequence) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores a big-array fragment to a file given by a pathname.
storeInts(int[][], File) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores a big array to a file given by a File object.
storeInts(int[][], CharSequence) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores a big array to a file given by a pathname.
storeLongs(long[], int, int, DataOutput) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores an array fragment to a given data output.
storeLongs(long[], DataOutput) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores an array to a given data output.
storeLongs(long[], int, int, File) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores an array fragment to a file given by a File object.
storeLongs(long[], int, int, CharSequence) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores an array fragment to a file given by a pathname.
storeLongs(long[], File) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores an array to a file given by a File object.
storeLongs(long[], CharSequence) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores an array to a file given by a pathname.
storeLongs(long[][], long, long, DataOutput) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores an array fragment to a given data output.
storeLongs(long[][], DataOutput) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores a big array to a given data output.
storeLongs(long[][], long, long, File) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores a big-array fragment to a file given by a File object.
storeLongs(long[][], long, long, CharSequence) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores a big-array fragment to a file given by a pathname.
storeLongs(long[][], File) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores an array to a file given by a File object.
storeLongs(long[][], CharSequence) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores a big array to a file given by a pathname.
storeLongs(LongIterator, DataOutput) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores the element returned by an iterator to a given data output.
storeLongs(LongIterator, File) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores the element returned by an iterator to a file given by a File object.
storeLongs(LongIterator, CharSequence) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores the element returned by an iterator to a file given by a pathname.
storeLongs(long[], int, int, PrintStream) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores an array fragment to a given print stream.
storeLongs(long[], PrintStream) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores an array to a given print stream.
storeLongs(long[], int, int, File) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores an array fragment to a file given by a File object.
storeLongs(long[], int, int, CharSequence) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores an array fragment to a file given by a pathname.
storeLongs(long[], File) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores an array to a file given by a File object.
storeLongs(long[], CharSequence) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores an array to a file given by a pathname.
storeLongs(LongIterator, PrintStream) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores the element returned by an iterator to a given print stream.
storeLongs(LongIterator, File) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores the element returned by an iterator to a file given by a File object.
storeLongs(LongIterator, CharSequence) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores the element returned by an iterator to a file given by a pathname.
storeLongs(long[][], long, long, PrintStream) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores a big-array fragment to a given print stream.
storeLongs(long[][], PrintStream) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores a big array to a given print stream.
storeLongs(long[][], long, long, File) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores a big-array fragment to a file given by a File object.
storeLongs(long[][], long, long, CharSequence) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores a big-array fragment to a file given by a pathname.
storeLongs(long[][], File) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores a big array to a file given by a File object.
storeLongs(long[][], CharSequence) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores a big array to a file given by a pathname.
storeObject(Object, File) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores an object in a file given by a File object.
storeObject(Object, CharSequence) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores an object in a file given by a pathname.
storeObject(Object, OutputStream) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores an object in a given output stream.
storeShorts(short[], int, int, DataOutput) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores an array fragment to a given data output.
storeShorts(short[], DataOutput) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores an array to a given data output.
storeShorts(short[], int, int, File) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores an array fragment to a file given by a File object.
storeShorts(short[], int, int, CharSequence) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores an array fragment to a file given by a pathname.
storeShorts(short[], File) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores an array to a file given by a File object.
storeShorts(short[], CharSequence) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores an array to a file given by a pathname.
storeShorts(short[][], long, long, DataOutput) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores an array fragment to a given data output.
storeShorts(short[][], DataOutput) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores a big array to a given data output.
storeShorts(short[][], long, long, File) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores a big-array fragment to a file given by a File object.
storeShorts(short[][], long, long, CharSequence) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores a big-array fragment to a file given by a pathname.
storeShorts(short[][], File) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores an array to a file given by a File object.
storeShorts(short[][], CharSequence) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores a big array to a file given by a pathname.
storeShorts(ShortIterator, DataOutput) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores the element returned by an iterator to a given data output.
storeShorts(ShortIterator, File) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores the element returned by an iterator to a file given by a File object.
storeShorts(ShortIterator, CharSequence) - Static method in class it.unimi.dsi.fastutil.io.BinIO
Stores the element returned by an iterator to a file given by a pathname.
storeShorts(short[], int, int, PrintStream) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores an array fragment to a given print stream.
storeShorts(short[], PrintStream) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores an array to a given print stream.
storeShorts(short[], int, int, File) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores an array fragment to a file given by a File object.
storeShorts(short[], int, int, CharSequence) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores an array fragment to a file given by a pathname.
storeShorts(short[], File) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores an array to a file given by a File object.
storeShorts(short[], CharSequence) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores an array to a file given by a pathname.
storeShorts(ShortIterator, PrintStream) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores the element returned by an iterator to a given print stream.
storeShorts(ShortIterator, File) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores the element returned by an iterator to a file given by a File object.
storeShorts(ShortIterator, CharSequence) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores the element returned by an iterator to a file given by a pathname.
storeShorts(short[][], long, long, PrintStream) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores a big-array fragment to a given print stream.
storeShorts(short[][], PrintStream) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores a big array to a given print stream.
storeShorts(short[][], long, long, File) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores a big-array fragment to a file given by a File object.
storeShorts(short[][], long, long, CharSequence) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores a big-array fragment to a file given by a pathname.
storeShorts(short[][], File) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores a big array to a file given by a File object.
storeShorts(short[][], CharSequence) - Static method in class it.unimi.dsi.fastutil.io.TextIO
Stores a big array to a file given by a pathname.
strategy - Variable in class it.unimi.dsi.fastutil.bytes.Byte2BooleanOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.bytes.Byte2BooleanOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.bytes.Byte2CharOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.bytes.Byte2FloatOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.bytes.Byte2FloatOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.bytes.Byte2IntOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.bytes.Byte2LongOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ShortOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ShortOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenCustomHashSet
The hash strategy of this custom set.
strategy() - Method in class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenCustomHashSet
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.bytes.ByteOpenCustomHashSet
The hash strategy of this custom set.
strategy() - Method in class it.unimi.dsi.fastutil.bytes.ByteOpenCustomHashSet
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.chars.Char2BooleanOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.chars.Char2BooleanOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.chars.Char2ByteOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.chars.Char2ByteOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.chars.Char2CharOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.chars.Char2CharOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.chars.Char2FloatOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.chars.Char2FloatOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.chars.Char2IntOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.chars.Char2LongOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.chars.Char2LongOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.chars.Char2ObjectOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.chars.Char2ShortOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.chars.Char2ShortOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
The hash strategy of this custom set.
strategy() - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.chars.CharOpenCustomHashSet
The hash strategy of this custom set.
strategy() - Method in class it.unimi.dsi.fastutil.chars.CharOpenCustomHashSet
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.doubles.Double2BooleanOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.doubles.Double2BooleanOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.doubles.Double2CharOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.doubles.Double2CharOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.doubles.Double2DoubleOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.doubles.Double2DoubleOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.doubles.Double2FloatOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.doubles.Double2FloatOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.doubles.Double2IntOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.doubles.Double2IntOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.doubles.Double2LongOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.doubles.Double2LongOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.doubles.Double2ShortOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.doubles.Double2ShortOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.doubles.DoubleLinkedOpenCustomHashSet
The hash strategy of this custom set.
strategy() - Method in class it.unimi.dsi.fastutil.doubles.DoubleLinkedOpenCustomHashSet
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.doubles.DoubleOpenCustomHashSet
The hash strategy of this custom set.
strategy() - Method in class it.unimi.dsi.fastutil.doubles.DoubleOpenCustomHashSet
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.floats.Float2ByteOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.floats.Float2ByteOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.floats.Float2CharOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.floats.Float2CharOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.floats.Float2FloatOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.floats.Float2FloatOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.floats.Float2IntOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.floats.Float2IntOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.floats.Float2LongOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.floats.Float2LongOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.floats.Float2ObjectOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.floats.Float2ReferenceOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.floats.FloatLinkedOpenCustomHashSet
The hash strategy of this custom set.
strategy() - Method in class it.unimi.dsi.fastutil.floats.FloatLinkedOpenCustomHashSet
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.floats.FloatOpenCustomHashSet
The hash strategy of this custom set.
strategy() - Method in class it.unimi.dsi.fastutil.floats.FloatOpenCustomHashSet
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.ints.Int2BooleanOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.ints.Int2BooleanOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.ints.Int2ByteOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.ints.Int2ByteOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.ints.Int2CharOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.ints.Int2CharOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.ints.Int2DoubleOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.ints.Int2DoubleOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.ints.Int2FloatOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.ints.Int2FloatOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.ints.Int2IntOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.ints.Int2IntOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.ints.Int2LongOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.ints.Int2LongOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.ints.Int2ObjectOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.ints.Int2ObjectOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.ints.Int2ShortOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.ints.Int2ShortOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.ints.IntLinkedOpenCustomHashSet
The hash strategy of this custom set.
strategy() - Method in class it.unimi.dsi.fastutil.ints.IntLinkedOpenCustomHashSet
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.ints.IntOpenCustomHashSet
The hash strategy of this custom set.
strategy() - Method in class it.unimi.dsi.fastutil.ints.IntOpenCustomHashSet
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.longs.Long2BooleanOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.longs.Long2BooleanOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.longs.Long2CharOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.longs.Long2CharOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.longs.Long2IntOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.longs.Long2IntOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.longs.Long2LongOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.longs.Long2LongOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.longs.Long2ObjectOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.longs.LongLinkedOpenCustomHashSet
The hash strategy of this custom set.
strategy() - Method in class it.unimi.dsi.fastutil.longs.LongLinkedOpenCustomHashSet
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.longs.LongOpenCustomHashSet
The hash strategy of this custom set.
strategy() - Method in class it.unimi.dsi.fastutil.longs.LongOpenCustomHashSet
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.objects.Object2CharOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.objects.Object2CharOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.objects.Object2DoubleLinkedOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.objects.Object2DoubleLinkedOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.objects.Object2DoubleOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.objects.Object2DoubleOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.objects.Object2FloatLinkedOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.objects.Object2FloatLinkedOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.objects.Object2FloatOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.objects.Object2FloatOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.objects.Object2IntOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.objects.Object2IntOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.objects.Object2ShortLinkedOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.objects.Object2ShortLinkedOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.objects.Object2ShortOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.objects.Object2ShortOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenCustomHashSet
The hash strategy of this custom set.
strategy() - Method in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenCustomHashSet
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.objects.ObjectOpenCustomHashSet
The hash strategy of this custom set.
strategy() - Method in class it.unimi.dsi.fastutil.objects.ObjectOpenCustomHashSet
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.objects.Reference2BooleanOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.objects.Reference2CharOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.objects.Reference2CharOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.objects.Reference2IntOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.objects.Reference2IntOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.objects.Reference2LongOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.objects.Reference2LongOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.objects.Reference2ObjectOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.shorts.Short2BooleanOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.shorts.Short2BooleanOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.shorts.Short2ByteOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.shorts.Short2ByteOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.shorts.Short2DoubleOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.shorts.Short2DoubleOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.shorts.Short2FloatOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.shorts.Short2ReferenceOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.shorts.Short2ReferenceOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.shorts.Short2ShortOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.shorts.Short2ShortOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.shorts.ShortLinkedOpenCustomHashSet
The hash strategy of this custom set.
strategy() - Method in class it.unimi.dsi.fastutil.shorts.ShortLinkedOpenCustomHashSet
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.shorts.ShortOpenCustomHashSet
The hash strategy of this custom set.
strategy() - Method in class it.unimi.dsi.fastutil.shorts.ShortOpenCustomHashSet
Returns the hashing strategy.
subList(long, long) - Method in interface it.unimi.dsi.fastutil.BigList
Returns a big sublist view of this big list.
subList(long, long) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanBigList.BooleanSubList
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanBigList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanList.BooleanSubList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanList
 
subList(long, long) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanBigList
Returns a type-specific view of the portion of this type-specific big list from the index from, inclusive, to the index to, exclusive.
subList(long, long) - Method in class it.unimi.dsi.fastutil.booleans.BooleanBigLists.EmptyBigList
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.booleans.BooleanBigLists.ListBigList
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.booleans.BooleanBigLists.Singleton
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.booleans.BooleanBigLists.SynchronizedBigList
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.booleans.BooleanBigLists.UnmodifiableBigList
 
subList(int, int) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanList
Returns a type-specific view of the portion of this list from the index from, inclusive, to the index to, exclusive.
subList(int, int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.EmptyList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.Singleton
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.SynchronizedList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.SynchronizedRandomAccessList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.UnmodifiableList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.UnmodifiableRandomAccessList
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList.ByteSubList
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteBigList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList.ByteSubList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList
 
subList(long, long) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBigList
Returns a type-specific view of the portion of this type-specific big list from the index from, inclusive, to the index to, exclusive.
subList(long, long) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.EmptyBigList
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.ListBigList
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.Singleton
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.SynchronizedBigList
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.bytes.ByteBigLists.UnmodifiableBigList
 
subList(int, int) - Method in interface it.unimi.dsi.fastutil.bytes.ByteList
Returns a type-specific view of the portion of this list from the index from, inclusive, to the index to, exclusive.
subList(int, int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedRandomAccessList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableRandomAccessList
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharBigList.CharSubList
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharBigList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharList.CharSubList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharList
 
subList(long, long) - Method in interface it.unimi.dsi.fastutil.chars.CharBigList
Returns a type-specific view of the portion of this type-specific big list from the index from, inclusive, to the index to, exclusive.
subList(long, long) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.EmptyBigList
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.ListBigList
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.Singleton
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.SynchronizedBigList
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.chars.CharBigLists.UnmodifiableBigList
 
subList(int, int) - Method in interface it.unimi.dsi.fastutil.chars.CharList
Returns a type-specific view of the portion of this list from the index from, inclusive, to the index to, exclusive.
subList(int, int) - Method in class it.unimi.dsi.fastutil.chars.CharLists.EmptyList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.chars.CharLists.Singleton
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.chars.CharLists.SynchronizedList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.chars.CharLists.SynchronizedRandomAccessList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.chars.CharLists.UnmodifiableList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.chars.CharLists.UnmodifiableRandomAccessList
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDoubleBigList.DoubleSubList
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDoubleBigList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDoubleList.DoubleSubList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDoubleList
 
subList(long, long) - Method in interface it.unimi.dsi.fastutil.doubles.DoubleBigList
Returns a type-specific view of the portion of this type-specific big list from the index from, inclusive, to the index to, exclusive.
subList(long, long) - Method in class it.unimi.dsi.fastutil.doubles.DoubleBigLists.EmptyBigList
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.doubles.DoubleBigLists.ListBigList
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.doubles.DoubleBigLists.Singleton
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.doubles.DoubleBigLists.SynchronizedBigList
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.doubles.DoubleBigLists.UnmodifiableBigList
 
subList(int, int) - Method in interface it.unimi.dsi.fastutil.doubles.DoubleList
Returns a type-specific view of the portion of this list from the index from, inclusive, to the index to, exclusive.
subList(int, int) - Method in class it.unimi.dsi.fastutil.doubles.DoubleLists.EmptyList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.doubles.DoubleLists.Singleton
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.doubles.DoubleLists.SynchronizedList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.doubles.DoubleLists.SynchronizedRandomAccessList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.doubles.DoubleLists.UnmodifiableList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.doubles.DoubleLists.UnmodifiableRandomAccessList
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatBigList.FloatSubList
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatBigList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatList.FloatSubList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatList
 
subList(long, long) - Method in interface it.unimi.dsi.fastutil.floats.FloatBigList
Returns a type-specific view of the portion of this type-specific big list from the index from, inclusive, to the index to, exclusive.
subList(long, long) - Method in class it.unimi.dsi.fastutil.floats.FloatBigLists.EmptyBigList
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.floats.FloatBigLists.ListBigList
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.floats.FloatBigLists.Singleton
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.floats.FloatBigLists.SynchronizedBigList
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.floats.FloatBigLists.UnmodifiableBigList
 
subList(int, int) - Method in interface it.unimi.dsi.fastutil.floats.FloatList
Returns a type-specific view of the portion of this list from the index from, inclusive, to the index to, exclusive.
subList(int, int) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.EmptyList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.Singleton
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.SynchronizedList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.SynchronizedRandomAccessList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.UnmodifiableList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.UnmodifiableRandomAccessList
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList.IntSubList
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntBigList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntList.IntSubList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntList
 
subList(long, long) - Method in interface it.unimi.dsi.fastutil.ints.IntBigList
Returns a type-specific view of the portion of this type-specific big list from the index from, inclusive, to the index to, exclusive.
subList(long, long) - Method in class it.unimi.dsi.fastutil.ints.IntBigLists.EmptyBigList
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.ints.IntBigLists.ListBigList
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.ints.IntBigLists.Singleton
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.ints.IntBigLists.SynchronizedBigList
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.ints.IntBigLists.UnmodifiableBigList
 
subList(int, int) - Method in interface it.unimi.dsi.fastutil.ints.IntList
Returns a type-specific view of the portion of this list from the index from, inclusive, to the index to, exclusive.
subList(int, int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.EmptyList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.Singleton
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.SynchronizedList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.SynchronizedRandomAccessList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.UnmodifiableList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.UnmodifiableRandomAccessList
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongBigList.LongSubList
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongBigList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongList.LongSubList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongList
 
subList(long, long) - Method in interface it.unimi.dsi.fastutil.longs.LongBigList
Returns a type-specific view of the portion of this type-specific big list from the index from, inclusive, to the index to, exclusive.
subList(long, long) - Method in class it.unimi.dsi.fastutil.longs.LongBigLists.EmptyBigList
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.longs.LongBigLists.ListBigList
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.longs.LongBigLists.Singleton
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.longs.LongBigLists.SynchronizedBigList
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.longs.LongBigLists.UnmodifiableBigList
 
subList(int, int) - Method in interface it.unimi.dsi.fastutil.longs.LongList
Returns a type-specific view of the portion of this list from the index from, inclusive, to the index to, exclusive.
subList(int, int) - Method in class it.unimi.dsi.fastutil.longs.LongLists.EmptyList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.longs.LongLists.Singleton
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.longs.LongLists.SynchronizedList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.longs.LongLists.SynchronizedRandomAccessList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.longs.LongLists.UnmodifiableList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.longs.LongLists.UnmodifiableRandomAccessList
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.objects.AbstractObjectBigList.ObjectSubList
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.objects.AbstractObjectBigList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.objects.AbstractObjectList.ObjectSubList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.objects.AbstractObjectList
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList.ReferenceSubList
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceBigList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceList.ReferenceSubList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceList
 
subList(long, long) - Method in interface it.unimi.dsi.fastutil.objects.ObjectBigList
Returns a type-specific view of the portion of this type-specific big list from the index from, inclusive, to the index to, exclusive.
subList(long, long) - Method in class it.unimi.dsi.fastutil.objects.ObjectBigLists.EmptyBigList
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.objects.ObjectBigLists.ListBigList
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.objects.ObjectBigLists.Singleton
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.objects.ObjectBigLists.SynchronizedBigList
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.objects.ObjectBigLists.UnmodifiableBigList
 
subList(int, int) - Method in interface it.unimi.dsi.fastutil.objects.ObjectList
Returns a type-specific view of the portion of this list from the index from, inclusive, to the index to, exclusive.
subList(int, int) - Method in class it.unimi.dsi.fastutil.objects.ObjectLists.EmptyList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.objects.ObjectLists.Singleton
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.objects.ObjectLists.SynchronizedList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.objects.ObjectLists.SynchronizedRandomAccessList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.objects.ObjectLists.UnmodifiableList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.objects.ObjectLists.UnmodifiableRandomAccessList
 
subList(long, long) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceBigList
Returns a type-specific view of the portion of this type-specific big list from the index from, inclusive, to the index to, exclusive.
subList(long, long) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.EmptyBigList
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.ListBigList
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.Singleton
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.SynchronizedBigList
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists.UnmodifiableBigList
 
subList(int, int) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceList
Returns a type-specific view of the portion of this list from the index from, inclusive, to the index to, exclusive.
subList(int, int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.EmptyList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.Singleton
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.SynchronizedList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.SynchronizedRandomAccessList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.UnmodifiableList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLists.UnmodifiableRandomAccessList
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortBigList.ShortSubList
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortBigList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortList.ShortSubList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortList
 
subList(long, long) - Method in interface it.unimi.dsi.fastutil.shorts.ShortBigList
Returns a type-specific view of the portion of this type-specific big list from the index from, inclusive, to the index to, exclusive.
subList(long, long) - Method in class it.unimi.dsi.fastutil.shorts.ShortBigLists.EmptyBigList
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.shorts.ShortBigLists.ListBigList
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.shorts.ShortBigLists.Singleton
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.shorts.ShortBigLists.SynchronizedBigList
 
subList(long, long) - Method in class it.unimi.dsi.fastutil.shorts.ShortBigLists.UnmodifiableBigList
 
subList(int, int) - Method in interface it.unimi.dsi.fastutil.shorts.ShortList
Returns a type-specific view of the portion of this list from the index from, inclusive, to the index to, exclusive.
subList(int, int) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.EmptyList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.Singleton
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.SynchronizedList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.SynchronizedRandomAccessList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.UnmodifiableList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.UnmodifiableRandomAccessList
 
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2BooleanSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ByteSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2CharSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2DoubleSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2FloatSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2IntSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2LongSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ObjectSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ShortSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2BooleanAVLTreeMap
 
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2BooleanLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2BooleanRBTreeMap
 
subMap(byte, byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2BooleanSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Byte, Byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2BooleanSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2BooleanSortedMaps.EmptySortedMap
 
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2BooleanSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2BooleanSortedMaps.Singleton
 
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2BooleanSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2BooleanSortedMaps.SynchronizedSortedMap
 
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2BooleanSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2BooleanSortedMaps.UnmodifiableSortedMap
 
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2BooleanSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteAVLTreeMap
 
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteRBTreeMap
 
subMap(byte, byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Byte, Byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps.EmptySortedMap
 
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps.Singleton
 
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps.SynchronizedSortedMap
 
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps.UnmodifiableSortedMap
 
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharAVLTreeMap
 
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharRBTreeMap
 
subMap(byte, byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Byte, Byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps.EmptySortedMap
 
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps.Singleton
 
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps.SynchronizedSortedMap
 
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps.UnmodifiableSortedMap
 
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleAVLTreeMap
 
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleRBTreeMap
 
subMap(byte, byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Byte, Byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.EmptySortedMap
 
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.Singleton
 
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.SynchronizedSortedMap
 
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.UnmodifiableSortedMap
 
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2FloatAVLTreeMap
 
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2FloatLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2FloatRBTreeMap
 
subMap(byte, byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2FloatSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Byte, Byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2FloatSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2FloatSortedMaps.EmptySortedMap
 
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2FloatSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2FloatSortedMaps.Singleton
 
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2FloatSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2FloatSortedMaps.SynchronizedSortedMap
 
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2FloatSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2FloatSortedMaps.UnmodifiableSortedMap
 
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2FloatSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntAVLTreeMap
 
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntRBTreeMap
 
subMap(byte, byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Byte, Byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps.EmptySortedMap
 
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps.Singleton
 
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps.SynchronizedSortedMap
 
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps.UnmodifiableSortedMap
 
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongAVLTreeMap
 
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongRBTreeMap
 
subMap(byte, byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Byte, Byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps.EmptySortedMap
 
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps.Singleton
 
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps.SynchronizedSortedMap
 
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps.UnmodifiableSortedMap
 
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectAVLTreeMap
 
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectRBTreeMap
 
subMap(byte, byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Byte, Byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.EmptySortedMap
 
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.Singleton
 
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.SynchronizedSortedMap
 
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.UnmodifiableSortedMap
 
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceAVLTreeMap
 
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceRBTreeMap
 
subMap(byte, byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Byte, Byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.EmptySortedMap
 
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.Singleton
 
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.SynchronizedSortedMap
 
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.UnmodifiableSortedMap
 
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ShortAVLTreeMap
 
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ShortLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ShortRBTreeMap
 
subMap(byte, byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ShortSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Byte, Byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ShortSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ShortSortedMaps.EmptySortedMap
 
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ShortSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ShortSortedMaps.Singleton
 
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ShortSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ShortSortedMaps.SynchronizedSortedMap
 
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ShortSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ShortSortedMaps.UnmodifiableSortedMap
 
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ShortSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2BooleanSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ByteSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2CharSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2FloatSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2IntSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2LongSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ObjectSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ReferenceSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ShortSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2BooleanAVLTreeMap
 
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2BooleanLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2BooleanRBTreeMap
 
subMap(char, char) - Method in interface it.unimi.dsi.fastutil.chars.Char2BooleanSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Character, Character) - Method in interface it.unimi.dsi.fastutil.chars.Char2BooleanSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2BooleanSortedMaps.EmptySortedMap
 
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2BooleanSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2BooleanSortedMaps.Singleton
 
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2BooleanSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2BooleanSortedMaps.SynchronizedSortedMap
 
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2BooleanSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2BooleanSortedMaps.UnmodifiableSortedMap
 
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2BooleanSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteAVLTreeMap
 
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteRBTreeMap
 
subMap(char, char) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Character, Character) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps.EmptySortedMap
 
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps.Singleton
 
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps.SynchronizedSortedMap
 
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps.UnmodifiableSortedMap
 
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharAVLTreeMap
 
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharRBTreeMap
 
subMap(char, char) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Character, Character) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps.EmptySortedMap
 
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps.Singleton
 
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps.SynchronizedSortedMap
 
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps.UnmodifiableSortedMap
 
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleAVLTreeMap
 
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleRBTreeMap
 
subMap(char, char) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Character, Character) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.EmptySortedMap
 
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.Singleton
 
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.SynchronizedSortedMap
 
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.UnmodifiableSortedMap
 
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2FloatAVLTreeMap
 
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2FloatLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2FloatRBTreeMap
 
subMap(char, char) - Method in interface it.unimi.dsi.fastutil.chars.Char2FloatSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Character, Character) - Method in interface it.unimi.dsi.fastutil.chars.Char2FloatSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2FloatSortedMaps.EmptySortedMap
 
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2FloatSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2FloatSortedMaps.Singleton
 
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2FloatSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2FloatSortedMaps.SynchronizedSortedMap
 
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2FloatSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2FloatSortedMaps.UnmodifiableSortedMap
 
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2FloatSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2IntAVLTreeMap
 
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2IntLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2IntRBTreeMap
 
subMap(char, char) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Character, Character) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.EmptySortedMap
 
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.Singleton
 
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.SynchronizedSortedMap
 
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.UnmodifiableSortedMap
 
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2LongAVLTreeMap
 
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2LongLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2LongRBTreeMap
 
subMap(char, char) - Method in interface it.unimi.dsi.fastutil.chars.Char2LongSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Character, Character) - Method in interface it.unimi.dsi.fastutil.chars.Char2LongSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps.EmptySortedMap
 
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps.Singleton
 
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps.SynchronizedSortedMap
 
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps.UnmodifiableSortedMap
 
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectAVLTreeMap
 
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectRBTreeMap
 
subMap(char, char) - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Character, Character) - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps.EmptySortedMap
 
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps.Singleton
 
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps.SynchronizedSortedMap
 
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps.UnmodifiableSortedMap
 
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap
 
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceRBTreeMap
 
subMap(char, char) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Character, Character) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps.EmptySortedMap
 
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps.Singleton
 
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps.SynchronizedSortedMap
 
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps.UnmodifiableSortedMap
 
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2ShortAVLTreeMap
 
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2ShortLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2ShortRBTreeMap
 
subMap(char, char) - Method in interface it.unimi.dsi.fastutil.chars.Char2ShortSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Character, Character) - Method in interface it.unimi.dsi.fastutil.chars.Char2ShortSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2ShortSortedMaps.EmptySortedMap
 
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2ShortSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2ShortSortedMaps.Singleton
 
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2ShortSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2ShortSortedMaps.SynchronizedSortedMap
 
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2ShortSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2ShortSortedMaps.UnmodifiableSortedMap
 
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2ShortSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2BooleanSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2CharSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2DoubleSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2FloatSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2IntSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2LongSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ObjectSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ReferenceSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ShortSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2BooleanAVLTreeMap
 
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2BooleanRBTreeMap
 
subMap(double, double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2BooleanSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Double, Double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2BooleanSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2BooleanSortedMaps.EmptySortedMap
 
subMap(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2BooleanSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2BooleanSortedMaps.Singleton
 
subMap(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2BooleanSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2BooleanSortedMaps.SynchronizedSortedMap
 
subMap(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2BooleanSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2BooleanSortedMaps.UnmodifiableSortedMap
 
subMap(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2BooleanSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteAVLTreeMap
 
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteRBTreeMap
 
subMap(double, double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Double, Double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.EmptySortedMap
 
subMap(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.Singleton
 
subMap(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.SynchronizedSortedMap
 
subMap(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.UnmodifiableSortedMap
 
subMap(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharAVLTreeMap
 
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharRBTreeMap
 
subMap(double, double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Double, Double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps.EmptySortedMap
 
subMap(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps.Singleton
 
subMap(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps.SynchronizedSortedMap
 
subMap(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps.UnmodifiableSortedMap
 
subMap(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2DoubleAVLTreeMap
 
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2DoubleLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2DoubleRBTreeMap
 
subMap(double, double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2DoubleSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Double, Double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2DoubleSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2DoubleSortedMaps.EmptySortedMap
 
subMap(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2DoubleSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2DoubleSortedMaps.Singleton
 
subMap(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2DoubleSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2DoubleSortedMaps.SynchronizedSortedMap
 
subMap(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2DoubleSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2DoubleSortedMaps.UnmodifiableSortedMap
 
subMap(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2DoubleSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2FloatAVLTreeMap
 
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2FloatLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2FloatRBTreeMap
 
subMap(double, double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2FloatSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Double, Double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2FloatSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2FloatSortedMaps.EmptySortedMap
 
subMap(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2FloatSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2FloatSortedMaps.Singleton
 
subMap(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2FloatSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2FloatSortedMaps.SynchronizedSortedMap
 
subMap(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2FloatSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2FloatSortedMaps.UnmodifiableSortedMap
 
subMap(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2FloatSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntAVLTreeMap
 
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntRBTreeMap
 
subMap(double, double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2IntSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Double, Double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2IntSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntSortedMaps.EmptySortedMap
 
subMap(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntSortedMaps.Singleton
 
subMap(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntSortedMaps.SynchronizedSortedMap
 
subMap(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntSortedMaps.UnmodifiableSortedMap
 
subMap(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2LongAVLTreeMap
 
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2LongLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2LongRBTreeMap
 
subMap(double, double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2LongSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Double, Double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2LongSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2LongSortedMaps.EmptySortedMap
 
subMap(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2LongSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2LongSortedMaps.Singleton
 
subMap(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2LongSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2LongSortedMaps.SynchronizedSortedMap
 
subMap(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2LongSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2LongSortedMaps.UnmodifiableSortedMap
 
subMap(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2LongSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectAVLTreeMap
 
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectRBTreeMap
 
subMap(double, double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Double, Double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps.EmptySortedMap
 
subMap(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps.Singleton
 
subMap(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps.SynchronizedSortedMap
 
subMap(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps.UnmodifiableSortedMap
 
subMap(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceAVLTreeMap
 
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceRBTreeMap
 
subMap(double, double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Double, Double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps.EmptySortedMap
 
subMap(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps.Singleton
 
subMap(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps.SynchronizedSortedMap
 
subMap(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps.UnmodifiableSortedMap
 
subMap(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ShortAVLTreeMap
 
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ShortLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ShortRBTreeMap
 
subMap(double, double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ShortSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Double, Double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ShortSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ShortSortedMaps.EmptySortedMap
 
subMap(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ShortSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ShortSortedMaps.Singleton
 
subMap(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ShortSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ShortSortedMaps.SynchronizedSortedMap
 
subMap(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ShortSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ShortSortedMaps.UnmodifiableSortedMap
 
subMap(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ShortSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2BooleanSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ByteSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2CharSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2FloatSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2IntSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2LongSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ObjectSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ReferenceSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ShortSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanAVLTreeMap
 
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanRBTreeMap
 
subMap(float, float) - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Float, Float) - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps.EmptySortedMap
 
subMap(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps.Singleton
 
subMap(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps.SynchronizedSortedMap
 
subMap(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps.UnmodifiableSortedMap
 
subMap(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2ByteAVLTreeMap
 
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2ByteLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2ByteRBTreeMap
 
subMap(float, float) - Method in interface it.unimi.dsi.fastutil.floats.Float2ByteSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Float, Float) - Method in interface it.unimi.dsi.fastutil.floats.Float2ByteSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2ByteSortedMaps.EmptySortedMap
 
subMap(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.Float2ByteSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2ByteSortedMaps.Singleton
 
subMap(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.Float2ByteSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2ByteSortedMaps.SynchronizedSortedMap
 
subMap(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.Float2ByteSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2ByteSortedMaps.UnmodifiableSortedMap
 
subMap(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.Float2ByteSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2CharAVLTreeMap
 
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2CharLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2CharRBTreeMap
 
subMap(float, float) - Method in interface it.unimi.dsi.fastutil.floats.Float2CharSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Float, Float) - Method in interface it.unimi.dsi.fastutil.floats.Float2CharSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2CharSortedMaps.EmptySortedMap
 
subMap(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.Float2CharSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2CharSortedMaps.Singleton
 
subMap(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.Float2CharSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2CharSortedMaps.SynchronizedSortedMap
 
subMap(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.Float2CharSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2CharSortedMaps.UnmodifiableSortedMap
 
subMap(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.Float2CharSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap
 
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleRBTreeMap
 
subMap(float, float) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Float, Float) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.EmptySortedMap
 
subMap(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.Singleton
 
subMap(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.SynchronizedSortedMap
 
subMap(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.UnmodifiableSortedMap
 
subMap(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2FloatAVLTreeMap
 
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2FloatLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2FloatRBTreeMap
 
subMap(float, float) - Method in interface it.unimi.dsi.fastutil.floats.Float2FloatSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Float, Float) - Method in interface it.unimi.dsi.fastutil.floats.Float2FloatSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2FloatSortedMaps.EmptySortedMap
 
subMap(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.Float2FloatSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2FloatSortedMaps.Singleton
 
subMap(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.Float2FloatSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2FloatSortedMaps.SynchronizedSortedMap
 
subMap(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.Float2FloatSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2FloatSortedMaps.UnmodifiableSortedMap
 
subMap(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.Float2FloatSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2IntAVLTreeMap
 
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2IntLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2IntRBTreeMap
 
subMap(float, float) - Method in interface it.unimi.dsi.fastutil.floats.Float2IntSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Float, Float) - Method in interface it.unimi.dsi.fastutil.floats.Float2IntSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2IntSortedMaps.EmptySortedMap
 
subMap(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.Float2IntSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2IntSortedMaps.Singleton
 
subMap(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.Float2IntSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2IntSortedMaps.SynchronizedSortedMap
 
subMap(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.Float2IntSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2IntSortedMaps.UnmodifiableSortedMap
 
subMap(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.Float2IntSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2LongAVLTreeMap
 
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2LongLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2LongRBTreeMap
 
subMap(float, float) - Method in interface it.unimi.dsi.fastutil.floats.Float2LongSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Float, Float) - Method in interface it.unimi.dsi.fastutil.floats.Float2LongSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2LongSortedMaps.EmptySortedMap
 
subMap(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.Float2LongSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2LongSortedMaps.Singleton
 
subMap(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.Float2LongSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2LongSortedMaps.SynchronizedSortedMap
 
subMap(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.Float2LongSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2LongSortedMaps.UnmodifiableSortedMap
 
subMap(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.Float2LongSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectAVLTreeMap
 
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectRBTreeMap
 
subMap(float, float) - Method in interface it.unimi.dsi.fastutil.floats.Float2ObjectSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Float, Float) - Method in interface it.unimi.dsi.fastutil.floats.Float2ObjectSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectSortedMaps.EmptySortedMap
 
subMap(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectSortedMaps.Singleton
 
subMap(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectSortedMaps.SynchronizedSortedMap
 
subMap(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectSortedMaps.UnmodifiableSortedMap
 
subMap(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceAVLTreeMap
 
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceRBTreeMap
 
subMap(float, float) - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Float, Float) - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceSortedMaps.EmptySortedMap
 
subMap(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceSortedMaps.Singleton
 
subMap(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceSortedMaps.SynchronizedSortedMap
 
subMap(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceSortedMaps.UnmodifiableSortedMap
 
subMap(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortAVLTreeMap
 
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortRBTreeMap
 
subMap(float, float) - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Float, Float) - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps.EmptySortedMap
 
subMap(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps.Singleton
 
subMap(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps.SynchronizedSortedMap
 
subMap(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps.UnmodifiableSortedMap
 
subMap(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2BooleanSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ByteSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2CharSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2DoubleSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2FloatSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2IntSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2LongSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ObjectSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ShortSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2BooleanAVLTreeMap
 
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2BooleanLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2BooleanRBTreeMap
 
subMap(int, int) - Method in interface it.unimi.dsi.fastutil.ints.Int2BooleanSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Integer, Integer) - Method in interface it.unimi.dsi.fastutil.ints.Int2BooleanSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2BooleanSortedMaps.EmptySortedMap
 
subMap(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2BooleanSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2BooleanSortedMaps.Singleton
 
subMap(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2BooleanSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2BooleanSortedMaps.SynchronizedSortedMap
 
subMap(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2BooleanSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2BooleanSortedMaps.UnmodifiableSortedMap
 
subMap(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2BooleanSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteAVLTreeMap
 
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteRBTreeMap
 
subMap(int, int) - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Integer, Integer) - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps.EmptySortedMap
 
subMap(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps.Singleton
 
subMap(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps.SynchronizedSortedMap
 
subMap(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps.UnmodifiableSortedMap
 
subMap(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2CharAVLTreeMap
 
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2CharLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2CharRBTreeMap
 
subMap(int, int) - Method in interface it.unimi.dsi.fastutil.ints.Int2CharSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Integer, Integer) - Method in interface it.unimi.dsi.fastutil.ints.Int2CharSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps.EmptySortedMap
 
subMap(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps.Singleton
 
subMap(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps.SynchronizedSortedMap
 
subMap(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps.UnmodifiableSortedMap
 
subMap(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2DoubleAVLTreeMap
 
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2DoubleLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2DoubleRBTreeMap
 
subMap(int, int) - Method in interface it.unimi.dsi.fastutil.ints.Int2DoubleSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Integer, Integer) - Method in interface it.unimi.dsi.fastutil.ints.Int2DoubleSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2DoubleSortedMaps.EmptySortedMap
 
subMap(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2DoubleSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2DoubleSortedMaps.Singleton
 
subMap(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2DoubleSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2DoubleSortedMaps.SynchronizedSortedMap
 
subMap(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2DoubleSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2DoubleSortedMaps.UnmodifiableSortedMap
 
subMap(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2DoubleSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatAVLTreeMap
 
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatRBTreeMap
 
subMap(int, int) - Method in interface it.unimi.dsi.fastutil.ints.Int2FloatSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Integer, Integer) - Method in interface it.unimi.dsi.fastutil.ints.Int2FloatSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatSortedMaps.EmptySortedMap
 
subMap(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatSortedMaps.Singleton
 
subMap(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatSortedMaps.SynchronizedSortedMap
 
subMap(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatSortedMaps.UnmodifiableSortedMap
 
subMap(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2IntAVLTreeMap
 
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2IntLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2IntRBTreeMap
 
subMap(int, int) - Method in interface it.unimi.dsi.fastutil.ints.Int2IntSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Integer, Integer) - Method in interface it.unimi.dsi.fastutil.ints.Int2IntSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2IntSortedMaps.EmptySortedMap
 
subMap(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2IntSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2IntSortedMaps.Singleton
 
subMap(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2IntSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2IntSortedMaps.SynchronizedSortedMap
 
subMap(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2IntSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2IntSortedMaps.UnmodifiableSortedMap
 
subMap(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2IntSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2LongAVLTreeMap
 
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2LongLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2LongRBTreeMap
 
subMap(int, int) - Method in interface it.unimi.dsi.fastutil.ints.Int2LongSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Integer, Integer) - Method in interface it.unimi.dsi.fastutil.ints.Int2LongSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps.EmptySortedMap
 
subMap(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps.Singleton
 
subMap(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps.SynchronizedSortedMap
 
subMap(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps.UnmodifiableSortedMap
 
subMap(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2ObjectAVLTreeMap
 
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2ObjectLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2ObjectRBTreeMap
 
subMap(int, int) - Method in interface it.unimi.dsi.fastutil.ints.Int2ObjectSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Integer, Integer) - Method in interface it.unimi.dsi.fastutil.ints.Int2ObjectSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2ObjectSortedMaps.EmptySortedMap
 
subMap(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2ObjectSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2ObjectSortedMaps.Singleton
 
subMap(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2ObjectSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2ObjectSortedMaps.SynchronizedSortedMap
 
subMap(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2ObjectSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2ObjectSortedMaps.UnmodifiableSortedMap
 
subMap(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2ObjectSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceAVLTreeMap
 
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceRBTreeMap
 
subMap(int, int) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Integer, Integer) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.EmptySortedMap
 
subMap(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.Singleton
 
subMap(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.SynchronizedSortedMap
 
subMap(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.UnmodifiableSortedMap
 
subMap(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2ShortAVLTreeMap
 
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2ShortLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2ShortRBTreeMap
 
subMap(int, int) - Method in interface it.unimi.dsi.fastutil.ints.Int2ShortSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Integer, Integer) - Method in interface it.unimi.dsi.fastutil.ints.Int2ShortSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2ShortSortedMaps.EmptySortedMap
 
subMap(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2ShortSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2ShortSortedMaps.Singleton
 
subMap(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2ShortSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2ShortSortedMaps.SynchronizedSortedMap
 
subMap(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2ShortSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2ShortSortedMaps.UnmodifiableSortedMap
 
subMap(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2ShortSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2BooleanSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ByteSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2CharSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2DoubleSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2FloatSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2IntSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2LongSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ObjectSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ShortSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2BooleanAVLTreeMap
 
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2BooleanLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2BooleanRBTreeMap
 
subMap(long, long) - Method in interface it.unimi.dsi.fastutil.longs.Long2BooleanSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Long, Long) - Method in interface it.unimi.dsi.fastutil.longs.Long2BooleanSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2BooleanSortedMaps.EmptySortedMap
 
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2BooleanSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2BooleanSortedMaps.Singleton
 
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2BooleanSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2BooleanSortedMaps.SynchronizedSortedMap
 
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2BooleanSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2BooleanSortedMaps.UnmodifiableSortedMap
 
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2BooleanSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteAVLTreeMap
 
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteRBTreeMap
 
subMap(long, long) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Long, Long) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.EmptySortedMap
 
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.Singleton
 
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.SynchronizedSortedMap
 
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.UnmodifiableSortedMap
 
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2CharAVLTreeMap
 
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2CharLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2CharRBTreeMap
 
subMap(long, long) - Method in interface it.unimi.dsi.fastutil.longs.Long2CharSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Long, Long) - Method in interface it.unimi.dsi.fastutil.longs.Long2CharSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps.EmptySortedMap
 
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps.Singleton
 
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps.SynchronizedSortedMap
 
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps.UnmodifiableSortedMap
 
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleAVLTreeMap
 
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleRBTreeMap
 
subMap(long, long) - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Long, Long) - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps.EmptySortedMap
 
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps.Singleton
 
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps.SynchronizedSortedMap
 
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps.UnmodifiableSortedMap
 
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatAVLTreeMap
 
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatRBTreeMap
 
subMap(long, long) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Long, Long) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.EmptySortedMap
 
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.Singleton
 
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.SynchronizedSortedMap
 
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.UnmodifiableSortedMap
 
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2IntAVLTreeMap
 
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2IntLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2IntRBTreeMap
 
subMap(long, long) - Method in interface it.unimi.dsi.fastutil.longs.Long2IntSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Long, Long) - Method in interface it.unimi.dsi.fastutil.longs.Long2IntSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2IntSortedMaps.EmptySortedMap
 
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2IntSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2IntSortedMaps.Singleton
 
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2IntSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2IntSortedMaps.SynchronizedSortedMap
 
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2IntSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2IntSortedMaps.UnmodifiableSortedMap
 
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2IntSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongAVLTreeMap
 
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongRBTreeMap
 
subMap(long, long) - Method in interface it.unimi.dsi.fastutil.longs.Long2LongSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Long, Long) - Method in interface it.unimi.dsi.fastutil.longs.Long2LongSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongSortedMaps.EmptySortedMap
 
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongSortedMaps.Singleton
 
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongSortedMaps.SynchronizedSortedMap
 
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongSortedMaps.UnmodifiableSortedMap
 
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectAVLTreeMap
 
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectRBTreeMap
 
subMap(long, long) - Method in interface it.unimi.dsi.fastutil.longs.Long2ObjectSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Long, Long) - Method in interface it.unimi.dsi.fastutil.longs.Long2ObjectSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectSortedMaps.EmptySortedMap
 
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectSortedMaps.Singleton
 
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectSortedMaps.SynchronizedSortedMap
 
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectSortedMaps.UnmodifiableSortedMap
 
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap
 
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceRBTreeMap
 
subMap(long, long) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Long, Long) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.EmptySortedMap
 
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.Singleton
 
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.SynchronizedSortedMap
 
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.UnmodifiableSortedMap
 
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortAVLTreeMap
 
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortRBTreeMap
 
subMap(long, long) - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Long, Long) - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps.EmptySortedMap
 
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps.Singleton
 
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps.SynchronizedSortedMap
 
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps.UnmodifiableSortedMap
 
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanAVLTreeMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenCustomHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanRBTreeMap
 
subMap(K, K) - Method in interface it.unimi.dsi.fastutil.objects.Object2BooleanSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanSortedMaps.EmptySortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanSortedMaps.Singleton
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanSortedMaps.SynchronizedSortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanSortedMaps.UnmodifiableSortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteAVLTreeMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteRBTreeMap
 
subMap(K, K) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.EmptySortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.Singleton
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.SynchronizedSortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.UnmodifiableSortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2CharAVLTreeMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenCustomHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2CharLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2CharRBTreeMap
 
subMap(K, K) - Method in interface it.unimi.dsi.fastutil.objects.Object2CharSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2CharSortedMaps.EmptySortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2CharSortedMaps.Singleton
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2CharSortedMaps.SynchronizedSortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2CharSortedMaps.UnmodifiableSortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2DoubleAVLTreeMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2DoubleLinkedOpenCustomHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2DoubleLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2DoubleRBTreeMap
 
subMap(K, K) - Method in interface it.unimi.dsi.fastutil.objects.Object2DoubleSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2DoubleSortedMaps.EmptySortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2DoubleSortedMaps.Singleton
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2DoubleSortedMaps.SynchronizedSortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2DoubleSortedMaps.UnmodifiableSortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2FloatAVLTreeMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2FloatLinkedOpenCustomHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2FloatLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2FloatRBTreeMap
 
subMap(K, K) - Method in interface it.unimi.dsi.fastutil.objects.Object2FloatSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2FloatSortedMaps.EmptySortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2FloatSortedMaps.Singleton
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2FloatSortedMaps.SynchronizedSortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2FloatSortedMaps.UnmodifiableSortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2IntAVLTreeMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenCustomHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2IntRBTreeMap
 
subMap(K, K) - Method in interface it.unimi.dsi.fastutil.objects.Object2IntSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2IntSortedMaps.EmptySortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2IntSortedMaps.Singleton
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2IntSortedMaps.SynchronizedSortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2IntSortedMaps.UnmodifiableSortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2LongAVLTreeMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2LongRBTreeMap
 
subMap(K, K) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps.EmptySortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps.Singleton
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps.SynchronizedSortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps.UnmodifiableSortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectAVLTreeMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenCustomHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectRBTreeMap
 
subMap(K, K) - Method in interface it.unimi.dsi.fastutil.objects.Object2ObjectSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectSortedMaps.EmptySortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectSortedMaps.Singleton
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectSortedMaps.SynchronizedSortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectSortedMaps.UnmodifiableSortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceAVLTreeMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceRBTreeMap
 
subMap(K, K) - Method in interface it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.EmptySortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.Singleton
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.SynchronizedSortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.UnmodifiableSortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2ShortAVLTreeMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2ShortLinkedOpenCustomHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2ShortLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2ShortRBTreeMap
 
subMap(K, K) - Method in interface it.unimi.dsi.fastutil.objects.Object2ShortSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2ShortSortedMaps.EmptySortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2ShortSortedMaps.Singleton
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2ShortSortedMaps.SynchronizedSortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2ShortSortedMaps.UnmodifiableSortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in interface it.unimi.dsi.fastutil.objects.Reference2BooleanSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanSortedMaps.EmptySortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanSortedMaps.Singleton
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanSortedMaps.SynchronizedSortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanSortedMaps.UnmodifiableSortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.EmptySortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.Singleton
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.SynchronizedSortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.UnmodifiableSortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharSortedMaps.EmptySortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharSortedMaps.Singleton
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharSortedMaps.SynchronizedSortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2CharSortedMaps.UnmodifiableSortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.EmptySortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.Singleton
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.SynchronizedSortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.UnmodifiableSortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatSortedMaps.EmptySortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatSortedMaps.Singleton
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatSortedMaps.SynchronizedSortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatSortedMaps.UnmodifiableSortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntSortedMaps.EmptySortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntSortedMaps.Singleton
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntSortedMaps.SynchronizedSortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2IntSortedMaps.UnmodifiableSortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongSortedMaps.EmptySortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongSortedMaps.Singleton
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongSortedMaps.SynchronizedSortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2LongSortedMaps.UnmodifiableSortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ObjectSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectSortedMaps.EmptySortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectSortedMaps.Singleton
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectSortedMaps.SynchronizedSortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ObjectSortedMaps.UnmodifiableSortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.EmptySortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.Singleton
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.SynchronizedSortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.UnmodifiableSortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortSortedMaps.EmptySortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortSortedMaps.Singleton
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortSortedMaps.SynchronizedSortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortSortedMaps.UnmodifiableSortedMap
 
subMap(Short, Short) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2BooleanSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Short, Short) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2ByteSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Short, Short) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2CharSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Short, Short) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2DoubleSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Short, Short) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2FloatSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Short, Short) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2IntSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Short, Short) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2LongSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Short, Short) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2ObjectSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Short, Short) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2ReferenceSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(Short, Short) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2ShortSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2BooleanAVLTreeMap
 
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2BooleanLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2BooleanRBTreeMap
 
subMap(short, short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2BooleanSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Short, Short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2BooleanSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2BooleanSortedMaps.EmptySortedMap
 
subMap(Short, Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2BooleanSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2BooleanSortedMaps.Singleton
 
subMap(Short, Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2BooleanSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2BooleanSortedMaps.SynchronizedSortedMap
 
subMap(Short, Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2BooleanSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2BooleanSortedMaps.UnmodifiableSortedMap
 
subMap(Short, Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2BooleanSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ByteAVLTreeMap
 
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ByteLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ByteRBTreeMap
 
subMap(short, short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ByteSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Short, Short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ByteSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ByteSortedMaps.EmptySortedMap
 
subMap(Short, Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ByteSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ByteSortedMaps.Singleton
 
subMap(Short, Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ByteSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ByteSortedMaps.SynchronizedSortedMap
 
subMap(Short, Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ByteSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ByteSortedMaps.UnmodifiableSortedMap
 
subMap(Short, Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ByteSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharAVLTreeMap
 
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharRBTreeMap
 
subMap(short, short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Short, Short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharSortedMaps.EmptySortedMap
 
subMap(Short, Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharSortedMaps.Singleton
 
subMap(Short, Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharSortedMaps.SynchronizedSortedMap
 
subMap(Short, Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharSortedMaps.UnmodifiableSortedMap
 
subMap(Short, Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2DoubleAVLTreeMap
 
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2DoubleLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2DoubleRBTreeMap
 
subMap(short, short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2DoubleSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Short, Short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2DoubleSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2DoubleSortedMaps.EmptySortedMap
 
subMap(Short, Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2DoubleSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2DoubleSortedMaps.Singleton
 
subMap(Short, Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2DoubleSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2DoubleSortedMaps.SynchronizedSortedMap
 
subMap(Short, Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2DoubleSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2DoubleSortedMaps.UnmodifiableSortedMap
 
subMap(Short, Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2DoubleSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatAVLTreeMap
 
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatRBTreeMap
 
subMap(short, short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2FloatSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Short, Short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2FloatSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatSortedMaps.EmptySortedMap
 
subMap(Short, Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatSortedMaps.Singleton
 
subMap(Short, Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatSortedMaps.SynchronizedSortedMap
 
subMap(Short, Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatSortedMaps.UnmodifiableSortedMap
 
subMap(Short, Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntAVLTreeMap
 
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntRBTreeMap
 
subMap(short, short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Short, Short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.EmptySortedMap
 
subMap(Short, Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.Singleton
 
subMap(Short, Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.SynchronizedSortedMap
 
subMap(Short, Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.UnmodifiableSortedMap
 
subMap(Short, Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongAVLTreeMap
 
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongRBTreeMap
 
subMap(short, short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Short, Short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps.EmptySortedMap
 
subMap(Short, Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps.Singleton
 
subMap(Short, Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps.SynchronizedSortedMap
 
subMap(Short, Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps.UnmodifiableSortedMap
 
subMap(Short, Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectAVLTreeMap
 
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectRBTreeMap
 
subMap(short, short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Short, Short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.EmptySortedMap
 
subMap(Short, Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.Singleton
 
subMap(Short, Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.SynchronizedSortedMap
 
subMap(Short, Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.UnmodifiableSortedMap
 
subMap(Short, Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ReferenceAVLTreeMap
 
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ReferenceLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ReferenceRBTreeMap
 
subMap(short, short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ReferenceSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Short, Short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ReferenceSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ReferenceSortedMaps.EmptySortedMap
 
subMap(Short, Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ReferenceSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ReferenceSortedMaps.Singleton
 
subMap(Short, Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ReferenceSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ReferenceSortedMaps.SynchronizedSortedMap
 
subMap(Short, Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ReferenceSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ReferenceSortedMaps.UnmodifiableSortedMap
 
subMap(Short, Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ReferenceSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ShortAVLTreeMap
 
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ShortLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ShortRBTreeMap
 
subMap(short, short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ShortSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Short, Short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ShortSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ShortSortedMaps.EmptySortedMap
 
subMap(Short, Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ShortSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ShortSortedMaps.Singleton
 
subMap(Short, Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ShortSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ShortSortedMaps.SynchronizedSortedMap
 
subMap(Short, Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ShortSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ShortSortedMaps.UnmodifiableSortedMap
 
subMap(Short, Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ShortSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subSet(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2BooleanSortedMap.KeySet
 
subSet(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ByteSortedMap.KeySet
 
subSet(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2CharSortedMap.KeySet
 
subSet(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2DoubleSortedMap.KeySet
 
subSet(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2FloatSortedMap.KeySet
 
subSet(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2IntSortedMap.KeySet
 
subSet(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2LongSortedMap.KeySet
 
subSet(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ObjectSortedMap.KeySet
 
subSet(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceSortedMap.KeySet
 
subSet(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ShortSortedMap.KeySet
 
subSet(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
subSet(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteAVLTreeSet
 
subSet(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenCustomHashSet
Returns a view of the portion of this sorted set whose elements range from fromElement, inclusive, to toElement, exclusive.
subSet(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteLinkedOpenHashSet
Returns a view of the portion of this sorted set whose elements range from fromElement, inclusive, to toElement, exclusive.
subSet(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteRBTreeSet
 
subSet(byte, byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteSortedSet
Returns a view of the portion of this sorted set whose elements range from fromElement, inclusive, to toElement, exclusive.
subSet(Byte, Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
subSet(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.EmptySet
 
subSet(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.EmptySet
Deprecated.
Please use the corresponding type-specific method instead.
subSet(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.Singleton
 
subSet(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subSet(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.SynchronizedSortedSet
 
subSet(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.SynchronizedSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
subSet(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.UnmodifiableSortedSet
 
subSet(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets.UnmodifiableSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
subSet(char, char) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2BooleanSortedMap.KeySet
 
subSet(char, char) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ByteSortedMap.KeySet
 
subSet(char, char) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2CharSortedMap.KeySet
 
subSet(char, char) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleSortedMap.KeySet
 
subSet(char, char) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2FloatSortedMap.KeySet
 
subSet(char, char) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2IntSortedMap.KeySet
 
subSet(char, char) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2LongSortedMap.KeySet
 
subSet(char, char) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ObjectSortedMap.KeySet
 
subSet(char, char) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ReferenceSortedMap.KeySet
 
subSet(char, char) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2ShortSortedMap.KeySet
 
subSet(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
subSet(char, char) - Method in class it.unimi.dsi.fastutil.chars.CharAVLTreeSet
 
subSet(char, char) - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
Returns a view of the portion of this sorted set whose elements range from fromElement, inclusive, to toElement, exclusive.
subSet(char, char) - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Returns a view of the portion of this sorted set whose elements range from fromElement, inclusive, to toElement, exclusive.
subSet(char, char) - Method in class it.unimi.dsi.fastutil.chars.CharRBTreeSet
 
subSet(char, char) - Method in interface it.unimi.dsi.fastutil.chars.CharSortedSet
Returns a view of the portion of this sorted set whose elements range from fromElement, inclusive, to toElement, exclusive.
subSet(Character, Character) - Method in interface it.unimi.dsi.fastutil.chars.CharSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
subSet(char, char) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.EmptySet
 
subSet(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.EmptySet
Deprecated.
Please use the corresponding type-specific method instead.
subSet(char, char) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.Singleton
 
subSet(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subSet(char, char) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.SynchronizedSortedSet
 
subSet(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.SynchronizedSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
subSet(char, char) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.UnmodifiableSortedSet
 
subSet(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.UnmodifiableSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
subSet(double, double) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2BooleanSortedMap.KeySet
 
subSet(double, double) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteSortedMap.KeySet
 
subSet(double, double) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2CharSortedMap.KeySet
 
subSet(double, double) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2DoubleSortedMap.KeySet
 
subSet(double, double) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2FloatSortedMap.KeySet
 
subSet(double, double) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2IntSortedMap.KeySet
 
subSet(double, double) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2LongSortedMap.KeySet
 
subSet(double, double) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ObjectSortedMap.KeySet
 
subSet(double, double) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ReferenceSortedMap.KeySet
 
subSet(double, double) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ShortSortedMap.KeySet
 
subSet(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDoubleSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
subSet(double, double) - Method in class it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet
 
subSet(double, double) - Method in class it.unimi.dsi.fastutil.doubles.DoubleLinkedOpenCustomHashSet
Returns a view of the portion of this sorted set whose elements range from fromElement, inclusive, to toElement, exclusive.
subSet(double, double) - Method in class it.unimi.dsi.fastutil.doubles.DoubleLinkedOpenHashSet
Returns a view of the portion of this sorted set whose elements range from fromElement, inclusive, to toElement, exclusive.
subSet(double, double) - Method in class it.unimi.dsi.fastutil.doubles.DoubleRBTreeSet
 
subSet(double, double) - Method in interface it.unimi.dsi.fastutil.doubles.DoubleSortedSet
Returns a view of the portion of this sorted set whose elements range from fromElement, inclusive, to toElement, exclusive.
subSet(Double, Double) - Method in interface it.unimi.dsi.fastutil.doubles.DoubleSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
subSet(double, double) - Method in class it.unimi.dsi.fastutil.doubles.DoubleSortedSets.EmptySet
 
subSet(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.DoubleSortedSets.EmptySet
Deprecated.
Please use the corresponding type-specific method instead.
subSet(double, double) - Method in class it.unimi.dsi.fastutil.doubles.DoubleSortedSets.Singleton
 
subSet(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.DoubleSortedSets.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subSet(double, double) - Method in class it.unimi.dsi.fastutil.doubles.DoubleSortedSets.SynchronizedSortedSet
 
subSet(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.DoubleSortedSets.SynchronizedSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
subSet(double, double) - Method in class it.unimi.dsi.fastutil.doubles.DoubleSortedSets.UnmodifiableSortedSet
 
subSet(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.DoubleSortedSets.UnmodifiableSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
subSet(float, float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2BooleanSortedMap.KeySet
 
subSet(float, float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ByteSortedMap.KeySet
 
subSet(float, float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2CharSortedMap.KeySet
 
subSet(float, float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleSortedMap.KeySet
 
subSet(float, float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2FloatSortedMap.KeySet
 
subSet(float, float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2IntSortedMap.KeySet
 
subSet(float, float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2LongSortedMap.KeySet
 
subSet(float, float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ObjectSortedMap.KeySet
 
subSet(float, float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ReferenceSortedMap.KeySet
 
subSet(float, float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ShortSortedMap.KeySet
 
subSet(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
subSet(float, float) - Method in class it.unimi.dsi.fastutil.floats.FloatAVLTreeSet
 
subSet(float, float) - Method in class it.unimi.dsi.fastutil.floats.FloatLinkedOpenCustomHashSet
Returns a view of the portion of this sorted set whose elements range from fromElement, inclusive, to toElement, exclusive.
subSet(float, float) - Method in class it.unimi.dsi.fastutil.floats.FloatLinkedOpenHashSet
Returns a view of the portion of this sorted set whose elements range from fromElement, inclusive, to toElement, exclusive.
subSet(float, float) - Method in class it.unimi.dsi.fastutil.floats.FloatRBTreeSet
 
subSet(float, float) - Method in interface it.unimi.dsi.fastutil.floats.FloatSortedSet
Returns a view of the portion of this sorted set whose elements range from fromElement, inclusive, to toElement, exclusive.
subSet(Float, Float) - Method in interface it.unimi.dsi.fastutil.floats.FloatSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
subSet(float, float) - Method in class it.unimi.dsi.fastutil.floats.FloatSortedSets.EmptySet
 
subSet(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.FloatSortedSets.EmptySet
Deprecated.
Please use the corresponding type-specific method instead.
subSet(float, float) - Method in class it.unimi.dsi.fastutil.floats.FloatSortedSets.Singleton
 
subSet(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.FloatSortedSets.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subSet(float, float) - Method in class it.unimi.dsi.fastutil.floats.FloatSortedSets.SynchronizedSortedSet
 
subSet(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.FloatSortedSets.SynchronizedSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
subSet(float, float) - Method in class it.unimi.dsi.fastutil.floats.FloatSortedSets.UnmodifiableSortedSet
 
subSet(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.FloatSortedSets.UnmodifiableSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
subSet(int, int) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2BooleanSortedMap.KeySet
 
subSet(int, int) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ByteSortedMap.KeySet
 
subSet(int, int) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2CharSortedMap.KeySet
 
subSet(int, int) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2DoubleSortedMap.KeySet
 
subSet(int, int) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2FloatSortedMap.KeySet
 
subSet(int, int) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2IntSortedMap.KeySet
 
subSet(int, int) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2LongSortedMap.KeySet
 
subSet(int, int) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ObjectSortedMap.KeySet
 
subSet(int, int) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceSortedMap.KeySet
 
subSet(int, int) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ShortSortedMap.KeySet
 
subSet(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
subSet(int, int) - Method in class it.unimi.dsi.fastutil.ints.IntAVLTreeSet
 
subSet(int, int) - Method in class it.unimi.dsi.fastutil.ints.IntLinkedOpenCustomHashSet
Returns a view of the portion of this sorted set whose elements range from fromElement, inclusive, to toElement, exclusive.
subSet(int, int) - Method in class it.unimi.dsi.fastutil.ints.IntLinkedOpenHashSet
Returns a view of the portion of this sorted set whose elements range from fromElement, inclusive, to toElement, exclusive.
subSet(int, int) - Method in class it.unimi.dsi.fastutil.ints.IntRBTreeSet
 
subSet(int, int) - Method in interface it.unimi.dsi.fastutil.ints.IntSortedSet
Returns a view of the portion of this sorted set whose elements range from fromElement, inclusive, to toElement, exclusive.
subSet(Integer, Integer) - Method in interface it.unimi.dsi.fastutil.ints.IntSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
subSet(int, int) - Method in class it.unimi.dsi.fastutil.ints.IntSortedSets.EmptySet
 
subSet(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.IntSortedSets.EmptySet
Deprecated.
Please use the corresponding type-specific method instead.
subSet(int, int) - Method in class it.unimi.dsi.fastutil.ints.IntSortedSets.Singleton
 
subSet(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.IntSortedSets.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subSet(int, int) - Method in class it.unimi.dsi.fastutil.ints.IntSortedSets.SynchronizedSortedSet
 
subSet(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.IntSortedSets.SynchronizedSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
subSet(int, int) - Method in class it.unimi.dsi.fastutil.ints.IntSortedSets.UnmodifiableSortedSet
 
subSet(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.IntSortedSets.UnmodifiableSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
subSet(long, long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2BooleanSortedMap.KeySet
 
subSet(long, long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ByteSortedMap.KeySet
 
subSet(long, long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2CharSortedMap.KeySet
 
subSet(long, long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2DoubleSortedMap.KeySet
 
subSet(long, long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2FloatSortedMap.KeySet
 
subSet(long, long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2IntSortedMap.KeySet
 
subSet(long, long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2LongSortedMap.KeySet
 
subSet(long, long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ObjectSortedMap.KeySet
 
subSet(long, long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceSortedMap.KeySet
 
subSet(long, long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ShortSortedMap.KeySet
 
subSet(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
subSet(long, long) - Method in class it.unimi.dsi.fastutil.longs.LongAVLTreeSet
 
subSet(long, long) - Method in class it.unimi.dsi.fastutil.longs.LongLinkedOpenCustomHashSet
Returns a view of the portion of this sorted set whose elements range from fromElement, inclusive, to toElement, exclusive.
subSet(long, long) - Method in class it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
Returns a view of the portion of this sorted set whose elements range from fromElement, inclusive, to toElement, exclusive.
subSet(long, long) - Method in class it.unimi.dsi.fastutil.longs.LongRBTreeSet
 
subSet(long, long) - Method in interface it.unimi.dsi.fastutil.longs.LongSortedSet
Returns a view of the portion of this sorted set whose elements range from fromElement, inclusive, to toElement, exclusive.
subSet(Long, Long) - Method in interface it.unimi.dsi.fastutil.longs.LongSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
subSet(long, long) - Method in class it.unimi.dsi.fastutil.longs.LongSortedSets.EmptySet
 
subSet(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.LongSortedSets.EmptySet
Deprecated.
Please use the corresponding type-specific method instead.
subSet(long, long) - Method in class it.unimi.dsi.fastutil.longs.LongSortedSets.Singleton
 
subSet(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.LongSortedSets.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subSet(long, long) - Method in class it.unimi.dsi.fastutil.longs.LongSortedSets.SynchronizedSortedSet
 
subSet(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.LongSortedSets.SynchronizedSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
subSet(long, long) - Method in class it.unimi.dsi.fastutil.longs.LongSortedSets.UnmodifiableSortedSet
 
subSet(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.LongSortedSets.UnmodifiableSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
subSet(K, K) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2BooleanSortedMap.KeySet
 
subSet(K, K) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ByteSortedMap.KeySet
 
subSet(K, K) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2CharSortedMap.KeySet
 
subSet(K, K) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2DoubleSortedMap.KeySet
 
subSet(K, K) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2FloatSortedMap.KeySet
 
subSet(K, K) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2IntSortedMap.KeySet
 
subSet(K, K) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2LongSortedMap.KeySet
 
subSet(K, K) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ObjectSortedMap.KeySet
 
subSet(K, K) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceSortedMap.KeySet
 
subSet(K, K) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ShortSortedMap.KeySet
 
subSet(K, K) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2BooleanSortedMap.KeySet
 
subSet(K, K) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ByteSortedMap.KeySet
 
subSet(K, K) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2CharSortedMap.KeySet
 
subSet(K, K) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleSortedMap.KeySet
 
subSet(K, K) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2FloatSortedMap.KeySet
 
subSet(K, K) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2IntSortedMap.KeySet
 
subSet(K, K) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2LongSortedMap.KeySet
 
subSet(K, K) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ObjectSortedMap.KeySet
 
subSet(K, K) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceSortedMap.KeySet
 
subSet(K, K) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ShortSortedMap.KeySet
 
subSet(K, K) - Method in class it.unimi.dsi.fastutil.objects.ObjectAVLTreeSet
 
subSet(K, K) - Method in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenCustomHashSet
Returns a view of the portion of this sorted set whose elements range from fromElement, inclusive, to toElement, exclusive.
subSet(K, K) - Method in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenHashSet
Returns a view of the portion of this sorted set whose elements range from fromElement, inclusive, to toElement, exclusive.
subSet(K, K) - Method in class it.unimi.dsi.fastutil.objects.ObjectRBTreeSet
 
subSet(K, K) - Method in interface it.unimi.dsi.fastutil.objects.ObjectSortedSet
Returns a view of the portion of this sorted set whose elements range from fromElement, inclusive, to toElement, exclusive.
subSet(K, K) - Method in class it.unimi.dsi.fastutil.objects.ObjectSortedSets.EmptySet
 
subSet(K, K) - Method in class it.unimi.dsi.fastutil.objects.ObjectSortedSets.Singleton
 
subSet(K, K) - Method in class it.unimi.dsi.fastutil.objects.ObjectSortedSets.SynchronizedSortedSet
 
subSet(K, K) - Method in class it.unimi.dsi.fastutil.objects.ObjectSortedSets.UnmodifiableSortedSet
 
subSet(K, K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
Returns a view of the portion of this sorted set whose elements range from fromElement, inclusive, to toElement, exclusive.
subSet(K, K) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceSortedSet
Returns a view of the portion of this sorted set whose elements range from fromElement, inclusive, to toElement, exclusive.
subSet(K, K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.EmptySet
 
subSet(K, K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.Singleton
 
subSet(K, K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.SynchronizedSortedSet
 
subSet(K, K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.UnmodifiableSortedSet
 
subSet(short, short) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2BooleanSortedMap.KeySet
 
subSet(short, short) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2ByteSortedMap.KeySet
 
subSet(short, short) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2CharSortedMap.KeySet
 
subSet(short, short) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2DoubleSortedMap.KeySet
 
subSet(short, short) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2FloatSortedMap.KeySet
 
subSet(short, short) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2IntSortedMap.KeySet
 
subSet(short, short) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2LongSortedMap.KeySet
 
subSet(short, short) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2ObjectSortedMap.KeySet
 
subSet(short, short) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2ReferenceSortedMap.KeySet
 
subSet(short, short) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2ShortSortedMap.KeySet
 
subSet(Short, Short) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
subSet(short, short) - Method in class it.unimi.dsi.fastutil.shorts.ShortAVLTreeSet
 
subSet(short, short) - Method in class it.unimi.dsi.fastutil.shorts.ShortLinkedOpenCustomHashSet
Returns a view of the portion of this sorted set whose elements range from fromElement, inclusive, to toElement, exclusive.
subSet(short, short) - Method in class it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet
Returns a view of the portion of this sorted set whose elements range from fromElement, inclusive, to toElement, exclusive.
subSet(short, short) - Method in class it.unimi.dsi.fastutil.shorts.ShortRBTreeSet
 
subSet(short, short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortSortedSet
Returns a view of the portion of this sorted set whose elements range from fromElement, inclusive, to toElement, exclusive.
subSet(Short, Short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
subSet(short, short) - Method in class it.unimi.dsi.fastutil.shorts.ShortSortedSets.EmptySet
 
subSet(Short, Short) - Method in class it.unimi.dsi.fastutil.shorts.ShortSortedSets.EmptySet
Deprecated.
Please use the corresponding type-specific method instead.
subSet(short, short) - Method in class it.unimi.dsi.fastutil.shorts.ShortSortedSets.Singleton
 
subSet(Short, Short) - Method in class it.unimi.dsi.fastutil.shorts.ShortSortedSets.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subSet(short, short) - Method in class it.unimi.dsi.fastutil.shorts.ShortSortedSets.SynchronizedSortedSet
 
subSet(Short, Short) - Method in class it.unimi.dsi.fastutil.shorts.ShortSortedSets.SynchronizedSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
subSet(short, short) - Method in class it.unimi.dsi.fastutil.shorts.ShortSortedSets.UnmodifiableSortedSet
 
subSet(Short, Short) - Method in class it.unimi.dsi.fastutil.shorts.ShortSortedSets.UnmodifiableSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
swap(Swapper, int, int, int) - Static method in class it.unimi.dsi.fastutil.Arrays
Swaps two sequences of elements using a provided swapper.
swap(long, long) - Method in interface it.unimi.dsi.fastutil.BigSwapper
Swaps the data at the given positions.
swap(boolean[], int, int) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanArrays
Swaps two elements of an anrray.
swap(boolean[], int, int, int) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanArrays
Swaps two sequences of elements of an array.
swap(boolean[][], long, long) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanBigArrays
Swaps the element of the given big array of specified indices.
swap(byte[], int, int) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Swaps two elements of an anrray.
swap(byte[], int, int, int) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Swaps two sequences of elements of an array.
swap(byte[][], long, long) - Static method in class it.unimi.dsi.fastutil.bytes.ByteBigArrays
Swaps the element of the given big array of specified indices.
swap(char[], int, int) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Swaps two elements of an anrray.
swap(char[], int, int, int) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Swaps two sequences of elements of an array.
swap(char[][], long, long) - Static method in class it.unimi.dsi.fastutil.chars.CharBigArrays
Swaps the element of the given big array of specified indices.
swap(double[], int, int) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Swaps two elements of an anrray.
swap(double[], int, int, int) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Swaps two sequences of elements of an array.
swap(double[][], long, long) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleBigArrays
Swaps the element of the given big array of specified indices.
swap(float[], int, int) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Swaps two elements of an anrray.
swap(float[], int, int, int) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Swaps two sequences of elements of an array.
swap(float[][], long, long) - Static method in class it.unimi.dsi.fastutil.floats.FloatBigArrays
Swaps the element of the given big array of specified indices.
swap(int[], int, int) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Swaps two elements of an anrray.
swap(int[], int, int, int) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Swaps two sequences of elements of an array.
swap(int[][], long, long) - Static method in class it.unimi.dsi.fastutil.ints.IntBigArrays
Swaps the element of the given big array of specified indices.
swap(long[], int, int) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Swaps two elements of an anrray.
swap(long[], int, int, int) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Swaps two sequences of elements of an array.
swap(long[][], long, long) - Static method in class it.unimi.dsi.fastutil.longs.LongBigArrays
Swaps the element of the given big array of specified indices.
swap(K[], int, int) - Static method in class it.unimi.dsi.fastutil.objects.ObjectArrays
Swaps two elements of an anrray.
swap(K[], int, int, int) - Static method in class it.unimi.dsi.fastutil.objects.ObjectArrays
Swaps two sequences of elements of an array.
swap(K[][], long, long) - Static method in class it.unimi.dsi.fastutil.objects.ObjectBigArrays
Swaps the element of the given big array of specified indices.
swap(short[], int, int) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Swaps two elements of an anrray.
swap(short[], int, int, int) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Swaps two sequences of elements of an array.
swap(short[][], long, long) - Static method in class it.unimi.dsi.fastutil.shorts.ShortBigArrays
Swaps the element of the given big array of specified indices.
swap(int, int) - Method in interface it.unimi.dsi.fastutil.Swapper
Swaps the data at the given positions.
Swapper - Interface in it.unimi.dsi.fastutil
An object that can swap elements whose position is specified by integers
sync - Variable in class it.unimi.dsi.fastutil.booleans.BooleanCollections.SynchronizedCollection
 
sync - Variable in class it.unimi.dsi.fastutil.bytes.Byte2BooleanFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ByteFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.bytes.Byte2CharFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.bytes.Byte2FloatFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.bytes.Byte2IntFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.bytes.Byte2LongFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ShortFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.bytes.ByteCollections.SynchronizedCollection
 
sync - Variable in class it.unimi.dsi.fastutil.bytes.BytePriorityQueues.SynchronizedPriorityQueue
 
sync - Variable in class it.unimi.dsi.fastutil.chars.Char2BooleanFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.chars.Char2ByteFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.chars.Char2CharFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.chars.Char2FloatFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.chars.Char2LongFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.chars.Char2ObjectFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.chars.Char2ReferenceFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.chars.Char2ShortFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.chars.CharCollections.SynchronizedCollection
 
sync - Variable in class it.unimi.dsi.fastutil.chars.CharPriorityQueues.SynchronizedPriorityQueue
 
sync - Variable in class it.unimi.dsi.fastutil.doubles.Double2BooleanFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.doubles.Double2CharFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.doubles.Double2DoubleFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.doubles.Double2FloatFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.doubles.Double2IntFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.doubles.Double2LongFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.doubles.Double2ReferenceFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.doubles.Double2ShortFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.doubles.DoubleCollections.SynchronizedCollection
 
sync - Variable in class it.unimi.dsi.fastutil.doubles.DoublePriorityQueues.SynchronizedPriorityQueue
 
sync - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.floats.Float2ByteFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.floats.Float2CharFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.floats.Float2FloatFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.floats.Float2IntFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.floats.Float2LongFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.floats.Float2ObjectFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.floats.Float2ReferenceFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.floats.FloatCollections.SynchronizedCollection
 
sync - Variable in class it.unimi.dsi.fastutil.floats.FloatPriorityQueues.SynchronizedPriorityQueue
 
sync - Variable in class it.unimi.dsi.fastutil.IndirectDoublePriorityQueues.SynchronizedIndirectDoublePriorityQueue
Deprecated.
 
sync - Variable in class it.unimi.dsi.fastutil.IndirectPriorityQueues.SynchronizedIndirectPriorityQueue
 
sync - Variable in class it.unimi.dsi.fastutil.ints.Int2BooleanFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.ints.Int2ByteFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.ints.Int2CharFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.ints.Int2DoubleFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.ints.Int2FloatFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.ints.Int2IntFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.ints.Int2LongFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.ints.Int2ObjectFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.ints.Int2ShortFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.ints.IntCollections.SynchronizedCollection
 
sync - Variable in class it.unimi.dsi.fastutil.ints.IntPriorityQueues.SynchronizedPriorityQueue
 
sync - Variable in class it.unimi.dsi.fastutil.longs.Long2BooleanFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.longs.Long2CharFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.longs.Long2IntFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.longs.Long2LongFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.longs.Long2ObjectFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.longs.LongCollections.SynchronizedCollection
 
sync - Variable in class it.unimi.dsi.fastutil.longs.LongPriorityQueues.SynchronizedPriorityQueue
 
sync - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.objects.Object2CharFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.objects.Object2DoubleFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.objects.Object2FloatFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.objects.Object2IntFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.objects.Object2ShortFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.objects.ObjectCollections.SynchronizedCollection
 
sync - Variable in class it.unimi.dsi.fastutil.objects.Reference2BooleanFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.objects.Reference2CharFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.objects.Reference2IntFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.objects.Reference2LongFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.objects.Reference2ObjectFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.objects.ReferenceCollections.SynchronizedCollection
 
sync - Variable in class it.unimi.dsi.fastutil.PriorityQueues.SynchronizedPriorityQueue
 
sync - Variable in class it.unimi.dsi.fastutil.shorts.Short2BooleanFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.shorts.Short2ByteFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.shorts.Short2DoubleFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.shorts.Short2FloatFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.shorts.Short2ReferenceFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.shorts.Short2ShortFunctions.SynchronizedFunction
 
sync - Variable in class it.unimi.dsi.fastutil.shorts.ShortCollections.SynchronizedCollection
 
sync - Variable in class it.unimi.dsi.fastutil.shorts.ShortPriorityQueues.SynchronizedPriorityQueue
 
synchronize(BooleanBigList) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanBigLists
Returns a synchronized type-specific big list backed by the given type-specific big list.
synchronize(BooleanBigList, Object) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanBigLists
Returns a synchronized type-specific big list backed by the given type-specific big list, using an assigned object to synchronize.
synchronize(BooleanCollection) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanCollections
Returns a synchronized collection backed by the specified collection.
synchronize(BooleanCollection, Object) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanCollections
Returns a synchronized collection backed by the specified collection, using an assigned object to synchronize.
synchronize(BooleanList) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanLists
Returns a synchronized type-specific list backed by the given type-specific list.
synchronize(BooleanList, Object) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanLists
Returns a synchronized type-specific list backed by the given type-specific list, using an assigned object to synchronize.
synchronize(BooleanSet) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanSets
Returns a synchronized type-specific set backed by the given type-specific set.
synchronize(BooleanSet, Object) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanSets
Returns a synchronized type-specific set backed by the given type-specific set, using an assigned object to synchronize.
synchronize(Byte2BooleanFunction) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2BooleanFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Byte2BooleanFunction, Object) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2BooleanFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Byte2BooleanMap) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2BooleanMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Byte2BooleanMap, Object) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2BooleanMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Byte2BooleanSortedMap) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2BooleanSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Byte2BooleanSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2BooleanSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Byte2ByteFunction) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ByteFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Byte2ByteFunction, Object) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ByteFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Byte2ByteMap) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Byte2ByteMap, Object) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Byte2ByteSortedMap) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Byte2ByteSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Byte2CharFunction) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2CharFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Byte2CharFunction, Object) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2CharFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Byte2CharMap) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Byte2CharMap, Object) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2CharMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Byte2CharSortedMap) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Byte2CharSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Byte2DoubleFunction) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Byte2DoubleFunction, Object) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Byte2DoubleMap) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Byte2DoubleMap, Object) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Byte2DoubleSortedMap) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Byte2DoubleSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Byte2FloatFunction) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2FloatFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Byte2FloatFunction, Object) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2FloatFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Byte2FloatMap) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2FloatMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Byte2FloatMap, Object) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2FloatMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Byte2FloatSortedMap) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2FloatSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Byte2FloatSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2FloatSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Byte2IntFunction) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2IntFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Byte2IntFunction, Object) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2IntFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Byte2IntMap) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Byte2IntMap, Object) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2IntMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Byte2IntSortedMap) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Byte2IntSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Byte2LongFunction) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2LongFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Byte2LongFunction, Object) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2LongFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Byte2LongMap) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Byte2LongMap, Object) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2LongMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Byte2LongSortedMap) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Byte2LongSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Byte2ObjectFunction<V>) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Byte2ObjectFunction<V>, Object) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Byte2ObjectMap<V>) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Byte2ObjectMap<V>, Object) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Byte2ObjectSortedMap<V>) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Byte2ObjectSortedMap<V>, Object) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Byte2ReferenceFunction<V>) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Byte2ReferenceFunction<V>, Object) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Byte2ReferenceMap<V>) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Byte2ReferenceMap<V>, Object) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Byte2ReferenceSortedMap<V>) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Byte2ReferenceSortedMap<V>, Object) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Byte2ShortFunction) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ShortFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Byte2ShortFunction, Object) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ShortFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Byte2ShortMap) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ShortMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Byte2ShortMap, Object) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ShortMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Byte2ShortSortedMap) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ShortSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Byte2ShortSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ShortSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(ByteBigList) - Static method in class it.unimi.dsi.fastutil.bytes.ByteBigLists
Returns a synchronized type-specific big list backed by the given type-specific big list.
synchronize(ByteBigList, Object) - Static method in class it.unimi.dsi.fastutil.bytes.ByteBigLists
Returns a synchronized type-specific big list backed by the given type-specific big list, using an assigned object to synchronize.
synchronize(ByteCollection) - Static method in class it.unimi.dsi.fastutil.bytes.ByteCollections
Returns a synchronized collection backed by the specified collection.
synchronize(ByteCollection, Object) - Static method in class it.unimi.dsi.fastutil.bytes.ByteCollections
Returns a synchronized collection backed by the specified collection, using an assigned object to synchronize.
synchronize(ByteList) - Static method in class it.unimi.dsi.fastutil.bytes.ByteLists
Returns a synchronized type-specific list backed by the given type-specific list.
synchronize(ByteList, Object) - Static method in class it.unimi.dsi.fastutil.bytes.ByteLists
Returns a synchronized type-specific list backed by the given type-specific list, using an assigned object to synchronize.
synchronize(BytePriorityQueue) - Static method in class it.unimi.dsi.fastutil.bytes.BytePriorityQueues
Returns a synchronized type-specific priority queue backed by the specified type-specific priority queue.
synchronize(BytePriorityQueue, Object) - Static method in class it.unimi.dsi.fastutil.bytes.BytePriorityQueues
Returns a synchronized type-specific priority queue backed by the specified type-specific priority queue, using an assigned object to synchronize.
synchronize(ByteSet) - Static method in class it.unimi.dsi.fastutil.bytes.ByteSets
Returns a synchronized type-specific set backed by the given type-specific set.
synchronize(ByteSet, Object) - Static method in class it.unimi.dsi.fastutil.bytes.ByteSets
Returns a synchronized type-specific set backed by the given type-specific set, using an assigned object to synchronize.
synchronize(ByteSortedSet) - Static method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets
Returns a synchronized type-specific sorted set backed by the given type-specific sorted set.
synchronize(ByteSortedSet, Object) - Static method in class it.unimi.dsi.fastutil.bytes.ByteSortedSets
Returns a synchronized type-specific sorted set backed by the given type-specific sorted set, using an assigned object to synchronize.
synchronize(Char2BooleanFunction) - Static method in class it.unimi.dsi.fastutil.chars.Char2BooleanFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Char2BooleanFunction, Object) - Static method in class it.unimi.dsi.fastutil.chars.Char2BooleanFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Char2BooleanMap) - Static method in class it.unimi.dsi.fastutil.chars.Char2BooleanMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Char2BooleanMap, Object) - Static method in class it.unimi.dsi.fastutil.chars.Char2BooleanMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Char2BooleanSortedMap) - Static method in class it.unimi.dsi.fastutil.chars.Char2BooleanSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Char2BooleanSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.chars.Char2BooleanSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Char2ByteFunction) - Static method in class it.unimi.dsi.fastutil.chars.Char2ByteFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Char2ByteFunction, Object) - Static method in class it.unimi.dsi.fastutil.chars.Char2ByteFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Char2ByteMap) - Static method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Char2ByteMap, Object) - Static method in class it.unimi.dsi.fastutil.chars.Char2ByteMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Char2ByteSortedMap) - Static method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Char2ByteSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Char2CharFunction) - Static method in class it.unimi.dsi.fastutil.chars.Char2CharFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Char2CharFunction, Object) - Static method in class it.unimi.dsi.fastutil.chars.Char2CharFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Char2CharMap) - Static method in class it.unimi.dsi.fastutil.chars.Char2CharMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Char2CharMap, Object) - Static method in class it.unimi.dsi.fastutil.chars.Char2CharMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Char2CharSortedMap) - Static method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Char2CharSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Char2DoubleFunction) - Static method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Char2DoubleFunction, Object) - Static method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Char2DoubleMap) - Static method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Char2DoubleMap, Object) - Static method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Char2DoubleSortedMap) - Static method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Char2DoubleSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Char2FloatFunction) - Static method in class it.unimi.dsi.fastutil.chars.Char2FloatFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Char2FloatFunction, Object) - Static method in class it.unimi.dsi.fastutil.chars.Char2FloatFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Char2FloatMap) - Static method in class it.unimi.dsi.fastutil.chars.Char2FloatMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Char2FloatMap, Object) - Static method in class it.unimi.dsi.fastutil.chars.Char2FloatMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Char2FloatSortedMap) - Static method in class it.unimi.dsi.fastutil.chars.Char2FloatSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Char2FloatSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.chars.Char2FloatSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Char2IntFunction) - Static method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Char2IntFunction, Object) - Static method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Char2IntMap) - Static method in class it.unimi.dsi.fastutil.chars.Char2IntMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Char2IntMap, Object) - Static method in class it.unimi.dsi.fastutil.chars.Char2IntMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Char2IntSortedMap) - Static method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Char2IntSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Char2LongFunction) - Static method in class it.unimi.dsi.fastutil.chars.Char2LongFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Char2LongFunction, Object) - Static method in class it.unimi.dsi.fastutil.chars.Char2LongFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Char2LongMap) - Static method in class it.unimi.dsi.fastutil.chars.Char2LongMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Char2LongMap, Object) - Static method in class it.unimi.dsi.fastutil.chars.Char2LongMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Char2LongSortedMap) - Static method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Char2LongSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Char2ObjectFunction<V>) - Static method in class it.unimi.dsi.fastutil.chars.Char2ObjectFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Char2ObjectFunction<V>, Object) - Static method in class it.unimi.dsi.fastutil.chars.Char2ObjectFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Char2ObjectMap<V>) - Static method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Char2ObjectMap<V>, Object) - Static method in class it.unimi.dsi.fastutil.chars.Char2ObjectMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Char2ObjectSortedMap<V>) - Static method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Char2ObjectSortedMap<V>, Object) - Static method in class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Char2ReferenceFunction<V>) - Static method in class it.unimi.dsi.fastutil.chars.Char2ReferenceFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Char2ReferenceFunction<V>, Object) - Static method in class it.unimi.dsi.fastutil.chars.Char2ReferenceFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Char2ReferenceMap<V>) - Static method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Char2ReferenceMap<V>, Object) - Static method in class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Char2ReferenceSortedMap<V>) - Static method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Char2ReferenceSortedMap<V>, Object) - Static method in class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Char2ShortFunction) - Static method in class it.unimi.dsi.fastutil.chars.Char2ShortFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Char2ShortFunction, Object) - Static method in class it.unimi.dsi.fastutil.chars.Char2ShortFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Char2ShortMap) - Static method in class it.unimi.dsi.fastutil.chars.Char2ShortMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Char2ShortMap, Object) - Static method in class it.unimi.dsi.fastutil.chars.Char2ShortMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Char2ShortSortedMap) - Static method in class it.unimi.dsi.fastutil.chars.Char2ShortSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Char2ShortSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.chars.Char2ShortSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(CharBigList) - Static method in class it.unimi.dsi.fastutil.chars.CharBigLists
Returns a synchronized type-specific big list backed by the given type-specific big list.
synchronize(CharBigList, Object) - Static method in class it.unimi.dsi.fastutil.chars.CharBigLists
Returns a synchronized type-specific big list backed by the given type-specific big list, using an assigned object to synchronize.
synchronize(CharCollection) - Static method in class it.unimi.dsi.fastutil.chars.CharCollections
Returns a synchronized collection backed by the specified collection.
synchronize(CharCollection, Object) - Static method in class it.unimi.dsi.fastutil.chars.CharCollections
Returns a synchronized collection backed by the specified collection, using an assigned object to synchronize.
synchronize(CharList) - Static method in class it.unimi.dsi.fastutil.chars.CharLists
Returns a synchronized type-specific list backed by the given type-specific list.
synchronize(CharList, Object) - Static method in class it.unimi.dsi.fastutil.chars.CharLists
Returns a synchronized type-specific list backed by the given type-specific list, using an assigned object to synchronize.
synchronize(CharPriorityQueue) - Static method in class it.unimi.dsi.fastutil.chars.CharPriorityQueues
Returns a synchronized type-specific priority queue backed by the specified type-specific priority queue.
synchronize(CharPriorityQueue, Object) - Static method in class it.unimi.dsi.fastutil.chars.CharPriorityQueues
Returns a synchronized type-specific priority queue backed by the specified type-specific priority queue, using an assigned object to synchronize.
synchronize(CharSet) - Static method in class it.unimi.dsi.fastutil.chars.CharSets
Returns a synchronized type-specific set backed by the given type-specific set.
synchronize(CharSet, Object) - Static method in class it.unimi.dsi.fastutil.chars.CharSets
Returns a synchronized type-specific set backed by the given type-specific set, using an assigned object to synchronize.
synchronize(CharSortedSet) - Static method in class it.unimi.dsi.fastutil.chars.CharSortedSets
Returns a synchronized type-specific sorted set backed by the given type-specific sorted set.
synchronize(CharSortedSet, Object) - Static method in class it.unimi.dsi.fastutil.chars.CharSortedSets
Returns a synchronized type-specific sorted set backed by the given type-specific sorted set, using an assigned object to synchronize.
synchronize(Double2BooleanFunction) - Static method in class it.unimi.dsi.fastutil.doubles.Double2BooleanFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Double2BooleanFunction, Object) - Static method in class it.unimi.dsi.fastutil.doubles.Double2BooleanFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Double2BooleanMap) - Static method in class it.unimi.dsi.fastutil.doubles.Double2BooleanMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Double2BooleanMap, Object) - Static method in class it.unimi.dsi.fastutil.doubles.Double2BooleanMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Double2BooleanSortedMap) - Static method in class it.unimi.dsi.fastutil.doubles.Double2BooleanSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Double2BooleanSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.doubles.Double2BooleanSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Double2ByteFunction) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Double2ByteFunction, Object) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Double2ByteMap) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Double2ByteMap, Object) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Double2ByteSortedMap) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Double2ByteSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Double2CharFunction) - Static method in class it.unimi.dsi.fastutil.doubles.Double2CharFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Double2CharFunction, Object) - Static method in class it.unimi.dsi.fastutil.doubles.Double2CharFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Double2CharMap) - Static method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Double2CharMap, Object) - Static method in class it.unimi.dsi.fastutil.doubles.Double2CharMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Double2CharSortedMap) - Static method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Double2CharSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Double2DoubleFunction) - Static method in class it.unimi.dsi.fastutil.doubles.Double2DoubleFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Double2DoubleFunction, Object) - Static method in class it.unimi.dsi.fastutil.doubles.Double2DoubleFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Double2DoubleMap) - Static method in class it.unimi.dsi.fastutil.doubles.Double2DoubleMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Double2DoubleMap, Object) - Static method in class it.unimi.dsi.fastutil.doubles.Double2DoubleMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Double2DoubleSortedMap) - Static method in class it.unimi.dsi.fastutil.doubles.Double2DoubleSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Double2DoubleSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.doubles.Double2DoubleSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Double2FloatFunction) - Static method in class it.unimi.dsi.fastutil.doubles.Double2FloatFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Double2FloatFunction, Object) - Static method in class it.unimi.dsi.fastutil.doubles.Double2FloatFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Double2FloatMap) - Static method in class it.unimi.dsi.fastutil.doubles.Double2FloatMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Double2FloatMap, Object) - Static method in class it.unimi.dsi.fastutil.doubles.Double2FloatMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Double2FloatSortedMap) - Static method in class it.unimi.dsi.fastutil.doubles.Double2FloatSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Double2FloatSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.doubles.Double2FloatSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Double2IntFunction) - Static method in class it.unimi.dsi.fastutil.doubles.Double2IntFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Double2IntFunction, Object) - Static method in class it.unimi.dsi.fastutil.doubles.Double2IntFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Double2IntMap) - Static method in class it.unimi.dsi.fastutil.doubles.Double2IntMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Double2IntMap, Object) - Static method in class it.unimi.dsi.fastutil.doubles.Double2IntMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Double2IntSortedMap) - Static method in class it.unimi.dsi.fastutil.doubles.Double2IntSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Double2IntSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.doubles.Double2IntSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Double2LongFunction) - Static method in class it.unimi.dsi.fastutil.doubles.Double2LongFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Double2LongFunction, Object) - Static method in class it.unimi.dsi.fastutil.doubles.Double2LongFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Double2LongMap) - Static method in class it.unimi.dsi.fastutil.doubles.Double2LongMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Double2LongMap, Object) - Static method in class it.unimi.dsi.fastutil.doubles.Double2LongMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Double2LongSortedMap) - Static method in class it.unimi.dsi.fastutil.doubles.Double2LongSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Double2LongSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.doubles.Double2LongSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Double2ObjectFunction<V>) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Double2ObjectFunction<V>, Object) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Double2ObjectMap<V>) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Double2ObjectMap<V>, Object) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Double2ObjectSortedMap<V>) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Double2ObjectSortedMap<V>, Object) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Double2ReferenceFunction<V>) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Double2ReferenceFunction<V>, Object) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Double2ReferenceMap<V>) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Double2ReferenceMap<V>, Object) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Double2ReferenceSortedMap<V>) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Double2ReferenceSortedMap<V>, Object) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Double2ShortFunction) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ShortFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Double2ShortFunction, Object) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ShortFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Double2ShortMap) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ShortMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Double2ShortMap, Object) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ShortMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Double2ShortSortedMap) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ShortSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Double2ShortSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ShortSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(DoubleBigList) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleBigLists
Returns a synchronized type-specific big list backed by the given type-specific big list.
synchronize(DoubleBigList, Object) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleBigLists
Returns a synchronized type-specific big list backed by the given type-specific big list, using an assigned object to synchronize.
synchronize(DoubleCollection) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleCollections
Returns a synchronized collection backed by the specified collection.
synchronize(DoubleCollection, Object) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleCollections
Returns a synchronized collection backed by the specified collection, using an assigned object to synchronize.
synchronize(DoubleList) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleLists
Returns a synchronized type-specific list backed by the given type-specific list.
synchronize(DoubleList, Object) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleLists
Returns a synchronized type-specific list backed by the given type-specific list, using an assigned object to synchronize.
synchronize(DoublePriorityQueue) - Static method in class it.unimi.dsi.fastutil.doubles.DoublePriorityQueues
Returns a synchronized type-specific priority queue backed by the specified type-specific priority queue.
synchronize(DoublePriorityQueue, Object) - Static method in class it.unimi.dsi.fastutil.doubles.DoublePriorityQueues
Returns a synchronized type-specific priority queue backed by the specified type-specific priority queue, using an assigned object to synchronize.
synchronize(DoubleSet) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleSets
Returns a synchronized type-specific set backed by the given type-specific set.
synchronize(DoubleSet, Object) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleSets
Returns a synchronized type-specific set backed by the given type-specific set, using an assigned object to synchronize.
synchronize(DoubleSortedSet) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleSortedSets
Returns a synchronized type-specific sorted set backed by the given type-specific sorted set.
synchronize(DoubleSortedSet, Object) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleSortedSets
Returns a synchronized type-specific sorted set backed by the given type-specific sorted set, using an assigned object to synchronize.
synchronize(Float2BooleanFunction) - Static method in class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Float2BooleanFunction, Object) - Static method in class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Float2BooleanMap) - Static method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Float2BooleanMap, Object) - Static method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Float2BooleanSortedMap) - Static method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Float2BooleanSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Float2ByteFunction) - Static method in class it.unimi.dsi.fastutil.floats.Float2ByteFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Float2ByteFunction, Object) - Static method in class it.unimi.dsi.fastutil.floats.Float2ByteFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Float2ByteMap) - Static method in class it.unimi.dsi.fastutil.floats.Float2ByteMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Float2ByteMap, Object) - Static method in class it.unimi.dsi.fastutil.floats.Float2ByteMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Float2ByteSortedMap) - Static method in class it.unimi.dsi.fastutil.floats.Float2ByteSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Float2ByteSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.floats.Float2ByteSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Float2CharFunction) - Static method in class it.unimi.dsi.fastutil.floats.Float2CharFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Float2CharFunction, Object) - Static method in class it.unimi.dsi.fastutil.floats.Float2CharFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Float2CharMap) - Static method in class it.unimi.dsi.fastutil.floats.Float2CharMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Float2CharMap, Object) - Static method in class it.unimi.dsi.fastutil.floats.Float2CharMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Float2CharSortedMap) - Static method in class it.unimi.dsi.fastutil.floats.Float2CharSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Float2CharSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.floats.Float2CharSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Float2DoubleFunction) - Static method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Float2DoubleFunction, Object) - Static method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Float2DoubleMap) - Static method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Float2DoubleMap, Object) - Static method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Float2DoubleSortedMap) - Static method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Float2DoubleSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Float2FloatFunction) - Static method in class it.unimi.dsi.fastutil.floats.Float2FloatFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Float2FloatFunction, Object) - Static method in class it.unimi.dsi.fastutil.floats.Float2FloatFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Float2FloatMap) - Static method in class it.unimi.dsi.fastutil.floats.Float2FloatMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Float2FloatMap, Object) - Static method in class it.unimi.dsi.fastutil.floats.Float2FloatMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Float2FloatSortedMap) - Static method in class it.unimi.dsi.fastutil.floats.Float2FloatSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Float2FloatSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.floats.Float2FloatSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Float2IntFunction) - Static method in class it.unimi.dsi.fastutil.floats.Float2IntFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Float2IntFunction, Object) - Static method in class it.unimi.dsi.fastutil.floats.Float2IntFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Float2IntMap) - Static method in class it.unimi.dsi.fastutil.floats.Float2IntMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Float2IntMap, Object) - Static method in class it.unimi.dsi.fastutil.floats.Float2IntMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Float2IntSortedMap) - Static method in class it.unimi.dsi.fastutil.floats.Float2IntSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Float2IntSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.floats.Float2IntSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Float2LongFunction) - Static method in class it.unimi.dsi.fastutil.floats.Float2LongFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Float2LongFunction, Object) - Static method in class it.unimi.dsi.fastutil.floats.Float2LongFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Float2LongMap) - Static method in class it.unimi.dsi.fastutil.floats.Float2LongMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Float2LongMap, Object) - Static method in class it.unimi.dsi.fastutil.floats.Float2LongMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Float2LongSortedMap) - Static method in class it.unimi.dsi.fastutil.floats.Float2LongSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Float2LongSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.floats.Float2LongSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Float2ObjectFunction<V>) - Static method in class it.unimi.dsi.fastutil.floats.Float2ObjectFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Float2ObjectFunction<V>, Object) - Static method in class it.unimi.dsi.fastutil.floats.Float2ObjectFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Float2ObjectMap<V>) - Static method in class it.unimi.dsi.fastutil.floats.Float2ObjectMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Float2ObjectMap<V>, Object) - Static method in class it.unimi.dsi.fastutil.floats.Float2ObjectMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Float2ObjectSortedMap<V>) - Static method in class it.unimi.dsi.fastutil.floats.Float2ObjectSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Float2ObjectSortedMap<V>, Object) - Static method in class it.unimi.dsi.fastutil.floats.Float2ObjectSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Float2ReferenceFunction<V>) - Static method in class it.unimi.dsi.fastutil.floats.Float2ReferenceFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Float2ReferenceFunction<V>, Object) - Static method in class it.unimi.dsi.fastutil.floats.Float2ReferenceFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Float2ReferenceMap<V>) - Static method in class it.unimi.dsi.fastutil.floats.Float2ReferenceMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Float2ReferenceMap<V>, Object) - Static method in class it.unimi.dsi.fastutil.floats.Float2ReferenceMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Float2ReferenceSortedMap<V>) - Static method in class it.unimi.dsi.fastutil.floats.Float2ReferenceSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Float2ReferenceSortedMap<V>, Object) - Static method in class it.unimi.dsi.fastutil.floats.Float2ReferenceSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Float2ShortFunction) - Static method in class it.unimi.dsi.fastutil.floats.Float2ShortFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Float2ShortFunction, Object) - Static method in class it.unimi.dsi.fastutil.floats.Float2ShortFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Float2ShortMap) - Static method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Float2ShortMap, Object) - Static method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Float2ShortSortedMap) - Static method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Float2ShortSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(FloatBigList) - Static method in class it.unimi.dsi.fastutil.floats.FloatBigLists
Returns a synchronized type-specific big list backed by the given type-specific big list.
synchronize(FloatBigList, Object) - Static method in class it.unimi.dsi.fastutil.floats.FloatBigLists
Returns a synchronized type-specific big list backed by the given type-specific big list, using an assigned object to synchronize.
synchronize(FloatCollection) - Static method in class it.unimi.dsi.fastutil.floats.FloatCollections
Returns a synchronized collection backed by the specified collection.
synchronize(FloatCollection, Object) - Static method in class it.unimi.dsi.fastutil.floats.FloatCollections
Returns a synchronized collection backed by the specified collection, using an assigned object to synchronize.
synchronize(FloatList) - Static method in class it.unimi.dsi.fastutil.floats.FloatLists
Returns a synchronized type-specific list backed by the given type-specific list.
synchronize(FloatList, Object) - Static method in class it.unimi.dsi.fastutil.floats.FloatLists
Returns a synchronized type-specific list backed by the given type-specific list, using an assigned object to synchronize.
synchronize(FloatPriorityQueue) - Static method in class it.unimi.dsi.fastutil.floats.FloatPriorityQueues
Returns a synchronized type-specific priority queue backed by the specified type-specific priority queue.
synchronize(FloatPriorityQueue, Object) - Static method in class it.unimi.dsi.fastutil.floats.FloatPriorityQueues
Returns a synchronized type-specific priority queue backed by the specified type-specific priority queue, using an assigned object to synchronize.
synchronize(FloatSet) - Static method in class it.unimi.dsi.fastutil.floats.FloatSets
Returns a synchronized type-specific set backed by the given type-specific set.
synchronize(FloatSet, Object) - Static method in class it.unimi.dsi.fastutil.floats.FloatSets
Returns a synchronized type-specific set backed by the given type-specific set, using an assigned object to synchronize.
synchronize(FloatSortedSet) - Static method in class it.unimi.dsi.fastutil.floats.FloatSortedSets
Returns a synchronized type-specific sorted set backed by the given type-specific sorted set.
synchronize(FloatSortedSet, Object) - Static method in class it.unimi.dsi.fastutil.floats.FloatSortedSets
Returns a synchronized type-specific sorted set backed by the given type-specific sorted set, using an assigned object to synchronize.
synchronize(IndirectDoublePriorityQueue<K>) - Static method in class it.unimi.dsi.fastutil.IndirectDoublePriorityQueues
Deprecated.
Returns a synchronized type-specific indirect double priority queue backed by the specified type-specific indirect double priority queue.
synchronize(IndirectDoublePriorityQueue<K>, Object) - Static method in class it.unimi.dsi.fastutil.IndirectDoublePriorityQueues
Deprecated.
Returns a synchronized type-specific indirect double priority queue backed by the specified type-specific indirect double priority queue, using an assigned object to synchronize.
synchronize(IndirectPriorityQueue<K>) - Static method in class it.unimi.dsi.fastutil.IndirectPriorityQueues
Returns a synchronized type-specific indirect priority queue backed by the specified type-specific indirect priority queue.
synchronize(IndirectPriorityQueue<K>, Object) - Static method in class it.unimi.dsi.fastutil.IndirectPriorityQueues
Returns a synchronized type-specific indirect priority queue backed by the specified type-specific indirect priority queue, using an assigned object to synchronize.
synchronize(Int2BooleanFunction) - Static method in class it.unimi.dsi.fastutil.ints.Int2BooleanFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Int2BooleanFunction, Object) - Static method in class it.unimi.dsi.fastutil.ints.Int2BooleanFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Int2BooleanMap) - Static method in class it.unimi.dsi.fastutil.ints.Int2BooleanMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Int2BooleanMap, Object) - Static method in class it.unimi.dsi.fastutil.ints.Int2BooleanMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Int2BooleanSortedMap) - Static method in class it.unimi.dsi.fastutil.ints.Int2BooleanSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Int2BooleanSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.ints.Int2BooleanSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Int2ByteFunction) - Static method in class it.unimi.dsi.fastutil.ints.Int2ByteFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Int2ByteFunction, Object) - Static method in class it.unimi.dsi.fastutil.ints.Int2ByteFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Int2ByteMap) - Static method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Int2ByteMap, Object) - Static method in class it.unimi.dsi.fastutil.ints.Int2ByteMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Int2ByteSortedMap) - Static method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Int2ByteSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Int2CharFunction) - Static method in class it.unimi.dsi.fastutil.ints.Int2CharFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Int2CharFunction, Object) - Static method in class it.unimi.dsi.fastutil.ints.Int2CharFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Int2CharMap) - Static method in class it.unimi.dsi.fastutil.ints.Int2CharMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Int2CharMap, Object) - Static method in class it.unimi.dsi.fastutil.ints.Int2CharMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Int2CharSortedMap) - Static method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Int2CharSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Int2DoubleFunction) - Static method in class it.unimi.dsi.fastutil.ints.Int2DoubleFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Int2DoubleFunction, Object) - Static method in class it.unimi.dsi.fastutil.ints.Int2DoubleFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Int2DoubleMap) - Static method in class it.unimi.dsi.fastutil.ints.Int2DoubleMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Int2DoubleMap, Object) - Static method in class it.unimi.dsi.fastutil.ints.Int2DoubleMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Int2DoubleSortedMap) - Static method in class it.unimi.dsi.fastutil.ints.Int2DoubleSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Int2DoubleSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.ints.Int2DoubleSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Int2FloatFunction) - Static method in class it.unimi.dsi.fastutil.ints.Int2FloatFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Int2FloatFunction, Object) - Static method in class it.unimi.dsi.fastutil.ints.Int2FloatFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Int2FloatMap) - Static method in class it.unimi.dsi.fastutil.ints.Int2FloatMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Int2FloatMap, Object) - Static method in class it.unimi.dsi.fastutil.ints.Int2FloatMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Int2FloatSortedMap) - Static method in class it.unimi.dsi.fastutil.ints.Int2FloatSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Int2FloatSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.ints.Int2FloatSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Int2IntFunction) - Static method in class it.unimi.dsi.fastutil.ints.Int2IntFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Int2IntFunction, Object) - Static method in class it.unimi.dsi.fastutil.ints.Int2IntFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Int2IntMap) - Static method in class it.unimi.dsi.fastutil.ints.Int2IntMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Int2IntMap, Object) - Static method in class it.unimi.dsi.fastutil.ints.Int2IntMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Int2IntSortedMap) - Static method in class it.unimi.dsi.fastutil.ints.Int2IntSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Int2IntSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.ints.Int2IntSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Int2LongFunction) - Static method in class it.unimi.dsi.fastutil.ints.Int2LongFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Int2LongFunction, Object) - Static method in class it.unimi.dsi.fastutil.ints.Int2LongFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Int2LongMap) - Static method in class it.unimi.dsi.fastutil.ints.Int2LongMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Int2LongMap, Object) - Static method in class it.unimi.dsi.fastutil.ints.Int2LongMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Int2LongSortedMap) - Static method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Int2LongSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Int2ObjectFunction<V>) - Static method in class it.unimi.dsi.fastutil.ints.Int2ObjectFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Int2ObjectFunction<V>, Object) - Static method in class it.unimi.dsi.fastutil.ints.Int2ObjectFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Int2ObjectMap<V>) - Static method in class it.unimi.dsi.fastutil.ints.Int2ObjectMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Int2ObjectMap<V>, Object) - Static method in class it.unimi.dsi.fastutil.ints.Int2ObjectMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Int2ObjectSortedMap<V>) - Static method in class it.unimi.dsi.fastutil.ints.Int2ObjectSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Int2ObjectSortedMap<V>, Object) - Static method in class it.unimi.dsi.fastutil.ints.Int2ObjectSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Int2ReferenceFunction<V>) - Static method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Int2ReferenceFunction<V>, Object) - Static method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Int2ReferenceMap<V>) - Static method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Int2ReferenceMap<V>, Object) - Static method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Int2ReferenceSortedMap<V>) - Static method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Int2ReferenceSortedMap<V>, Object) - Static method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Int2ShortFunction) - Static method in class it.unimi.dsi.fastutil.ints.Int2ShortFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Int2ShortFunction, Object) - Static method in class it.unimi.dsi.fastutil.ints.Int2ShortFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Int2ShortMap) - Static method in class it.unimi.dsi.fastutil.ints.Int2ShortMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Int2ShortMap, Object) - Static method in class it.unimi.dsi.fastutil.ints.Int2ShortMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Int2ShortSortedMap) - Static method in class it.unimi.dsi.fastutil.ints.Int2ShortSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Int2ShortSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.ints.Int2ShortSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(IntBigList) - Static method in class it.unimi.dsi.fastutil.ints.IntBigLists
Returns a synchronized type-specific big list backed by the given type-specific big list.
synchronize(IntBigList, Object) - Static method in class it.unimi.dsi.fastutil.ints.IntBigLists
Returns a synchronized type-specific big list backed by the given type-specific big list, using an assigned object to synchronize.
synchronize(IntCollection) - Static method in class it.unimi.dsi.fastutil.ints.IntCollections
Returns a synchronized collection backed by the specified collection.
synchronize(IntCollection, Object) - Static method in class it.unimi.dsi.fastutil.ints.IntCollections
Returns a synchronized collection backed by the specified collection, using an assigned object to synchronize.
synchronize(IntList) - Static method in class it.unimi.dsi.fastutil.ints.IntLists
Returns a synchronized type-specific list backed by the given type-specific list.
synchronize(IntList, Object) - Static method in class it.unimi.dsi.fastutil.ints.IntLists
Returns a synchronized type-specific list backed by the given type-specific list, using an assigned object to synchronize.
synchronize(IntPriorityQueue) - Static method in class it.unimi.dsi.fastutil.ints.IntPriorityQueues
Returns a synchronized type-specific priority queue backed by the specified type-specific priority queue.
synchronize(IntPriorityQueue, Object) - Static method in class it.unimi.dsi.fastutil.ints.IntPriorityQueues
Returns a synchronized type-specific priority queue backed by the specified type-specific priority queue, using an assigned object to synchronize.
synchronize(IntSet) - Static method in class it.unimi.dsi.fastutil.ints.IntSets
Returns a synchronized type-specific set backed by the given type-specific set.
synchronize(IntSet, Object) - Static method in class it.unimi.dsi.fastutil.ints.IntSets
Returns a synchronized type-specific set backed by the given type-specific set, using an assigned object to synchronize.
synchronize(IntSortedSet) - Static method in class it.unimi.dsi.fastutil.ints.IntSortedSets
Returns a synchronized type-specific sorted set backed by the given type-specific sorted set.
synchronize(IntSortedSet, Object) - Static method in class it.unimi.dsi.fastutil.ints.IntSortedSets
Returns a synchronized type-specific sorted set backed by the given type-specific sorted set, using an assigned object to synchronize.
synchronize(Long2BooleanFunction) - Static method in class it.unimi.dsi.fastutil.longs.Long2BooleanFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Long2BooleanFunction, Object) - Static method in class it.unimi.dsi.fastutil.longs.Long2BooleanFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Long2BooleanMap) - Static method in class it.unimi.dsi.fastutil.longs.Long2BooleanMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Long2BooleanMap, Object) - Static method in class it.unimi.dsi.fastutil.longs.Long2BooleanMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Long2BooleanSortedMap) - Static method in class it.unimi.dsi.fastutil.longs.Long2BooleanSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Long2BooleanSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.longs.Long2BooleanSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Long2ByteFunction) - Static method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Long2ByteFunction, Object) - Static method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Long2ByteMap) - Static method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Long2ByteMap, Object) - Static method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Long2ByteSortedMap) - Static method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Long2ByteSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Long2CharFunction) - Static method in class it.unimi.dsi.fastutil.longs.Long2CharFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Long2CharFunction, Object) - Static method in class it.unimi.dsi.fastutil.longs.Long2CharFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Long2CharMap) - Static method in class it.unimi.dsi.fastutil.longs.Long2CharMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Long2CharMap, Object) - Static method in class it.unimi.dsi.fastutil.longs.Long2CharMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Long2CharSortedMap) - Static method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Long2CharSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Long2DoubleFunction) - Static method in class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Long2DoubleFunction, Object) - Static method in class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Long2DoubleMap) - Static method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Long2DoubleMap, Object) - Static method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Long2DoubleSortedMap) - Static method in class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Long2DoubleSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Long2FloatFunction) - Static method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Long2FloatFunction, Object) - Static method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Long2FloatMap) - Static method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Long2FloatMap, Object) - Static method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Long2FloatSortedMap) - Static method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Long2FloatSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Long2IntFunction) - Static method in class it.unimi.dsi.fastutil.longs.Long2IntFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Long2IntFunction, Object) - Static method in class it.unimi.dsi.fastutil.longs.Long2IntFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Long2IntMap) - Static method in class it.unimi.dsi.fastutil.longs.Long2IntMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Long2IntMap, Object) - Static method in class it.unimi.dsi.fastutil.longs.Long2IntMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Long2IntSortedMap) - Static method in class it.unimi.dsi.fastutil.longs.Long2IntSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Long2IntSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.longs.Long2IntSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Long2LongFunction) - Static method in class it.unimi.dsi.fastutil.longs.Long2LongFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Long2LongFunction, Object) - Static method in class it.unimi.dsi.fastutil.longs.Long2LongFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Long2LongMap) - Static method in class it.unimi.dsi.fastutil.longs.Long2LongMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Long2LongMap, Object) - Static method in class it.unimi.dsi.fastutil.longs.Long2LongMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Long2LongSortedMap) - Static method in class it.unimi.dsi.fastutil.longs.Long2LongSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Long2LongSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.longs.Long2LongSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Long2ObjectFunction<V>) - Static method in class it.unimi.dsi.fastutil.longs.Long2ObjectFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Long2ObjectFunction<V>, Object) - Static method in class it.unimi.dsi.fastutil.longs.Long2ObjectFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Long2ObjectMap<V>) - Static method in class it.unimi.dsi.fastutil.longs.Long2ObjectMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Long2ObjectMap<V>, Object) - Static method in class it.unimi.dsi.fastutil.longs.Long2ObjectMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Long2ObjectSortedMap<V>) - Static method in class it.unimi.dsi.fastutil.longs.Long2ObjectSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Long2ObjectSortedMap<V>, Object) - Static method in class it.unimi.dsi.fastutil.longs.Long2ObjectSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Long2ReferenceFunction<V>) - Static method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Long2ReferenceFunction<V>, Object) - Static method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Long2ReferenceMap<V>) - Static method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Long2ReferenceMap<V>, Object) - Static method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Long2ReferenceSortedMap<V>) - Static method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Long2ReferenceSortedMap<V>, Object) - Static method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Long2ShortFunction) - Static method in class it.unimi.dsi.fastutil.longs.Long2ShortFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Long2ShortFunction, Object) - Static method in class it.unimi.dsi.fastutil.longs.Long2ShortFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Long2ShortMap) - Static method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Long2ShortMap, Object) - Static method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Long2ShortSortedMap) - Static method in class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Long2ShortSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(LongBigList) - Static method in class it.unimi.dsi.fastutil.longs.LongBigLists
Returns a synchronized type-specific big list backed by the given type-specific big list.
synchronize(LongBigList, Object) - Static method in class it.unimi.dsi.fastutil.longs.LongBigLists
Returns a synchronized type-specific big list backed by the given type-specific big list, using an assigned object to synchronize.
synchronize(LongCollection) - Static method in class it.unimi.dsi.fastutil.longs.LongCollections
Returns a synchronized collection backed by the specified collection.
synchronize(LongCollection, Object) - Static method in class it.unimi.dsi.fastutil.longs.LongCollections
Returns a synchronized collection backed by the specified collection, using an assigned object to synchronize.
synchronize(LongList) - Static method in class it.unimi.dsi.fastutil.longs.LongLists
Returns a synchronized type-specific list backed by the given type-specific list.
synchronize(LongList, Object) - Static method in class it.unimi.dsi.fastutil.longs.LongLists
Returns a synchronized type-specific list backed by the given type-specific list, using an assigned object to synchronize.
synchronize(LongPriorityQueue) - Static method in class it.unimi.dsi.fastutil.longs.LongPriorityQueues
Returns a synchronized type-specific priority queue backed by the specified type-specific priority queue.
synchronize(LongPriorityQueue, Object) - Static method in class it.unimi.dsi.fastutil.longs.LongPriorityQueues
Returns a synchronized type-specific priority queue backed by the specified type-specific priority queue, using an assigned object to synchronize.
synchronize(LongSet) - Static method in class it.unimi.dsi.fastutil.longs.LongSets
Returns a synchronized type-specific set backed by the given type-specific set.
synchronize(LongSet, Object) - Static method in class it.unimi.dsi.fastutil.longs.LongSets
Returns a synchronized type-specific set backed by the given type-specific set, using an assigned object to synchronize.
synchronize(LongSortedSet) - Static method in class it.unimi.dsi.fastutil.longs.LongSortedSets
Returns a synchronized type-specific sorted set backed by the given type-specific sorted set.
synchronize(LongSortedSet, Object) - Static method in class it.unimi.dsi.fastutil.longs.LongSortedSets
Returns a synchronized type-specific sorted set backed by the given type-specific sorted set, using an assigned object to synchronize.
synchronize(Object2BooleanFunction<K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Object2BooleanFunction<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Object2BooleanMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Object2BooleanMap<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Object2BooleanSortedMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2BooleanSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Object2BooleanSortedMap<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Object2BooleanSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Object2ByteFunction<K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Object2ByteFunction<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Object2ByteMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Object2ByteMap<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Object2ByteSortedMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Object2ByteSortedMap<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Object2CharFunction<K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2CharFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Object2CharFunction<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Object2CharFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Object2CharMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2CharMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Object2CharMap<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Object2CharMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Object2CharSortedMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2CharSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Object2CharSortedMap<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Object2CharSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Object2DoubleFunction<K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2DoubleFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Object2DoubleFunction<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Object2DoubleFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Object2DoubleMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2DoubleMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Object2DoubleMap<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Object2DoubleMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Object2DoubleSortedMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2DoubleSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Object2DoubleSortedMap<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Object2DoubleSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Object2FloatFunction<K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2FloatFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Object2FloatFunction<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Object2FloatFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Object2FloatMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2FloatMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Object2FloatMap<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Object2FloatMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Object2FloatSortedMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2FloatSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Object2FloatSortedMap<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Object2FloatSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Object2IntFunction<K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2IntFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Object2IntFunction<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Object2IntFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Object2IntMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2IntMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Object2IntMap<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Object2IntMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Object2IntSortedMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2IntSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Object2IntSortedMap<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Object2IntSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Object2LongFunction<K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Object2LongFunction<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Object2LongMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2LongMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Object2LongMap<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Object2LongMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Object2LongSortedMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Object2LongSortedMap<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Object2ObjectFunction<K, V>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ObjectFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Object2ObjectFunction<K, V>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Object2ObjectFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Object2ObjectMap<K, V>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Object2ObjectMap<K, V>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Object2ObjectSortedMap<K, V>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ObjectSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Object2ObjectSortedMap<K, V>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Object2ObjectSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Object2ReferenceFunction<K, V>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Object2ReferenceFunction<K, V>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Object2ReferenceMap<K, V>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Object2ReferenceMap<K, V>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Object2ReferenceSortedMap<K, V>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Object2ReferenceSortedMap<K, V>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Object2ShortFunction<K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ShortFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Object2ShortFunction<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Object2ShortFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Object2ShortMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ShortMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Object2ShortMap<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Object2ShortMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Object2ShortSortedMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ShortSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Object2ShortSortedMap<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Object2ShortSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(ObjectBigList<K>) - Static method in class it.unimi.dsi.fastutil.objects.ObjectBigLists
Returns a synchronized type-specific big list backed by the given type-specific big list.
synchronize(ObjectBigList<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.ObjectBigLists
Returns a synchronized type-specific big list backed by the given type-specific big list, using an assigned object to synchronize.
synchronize(ObjectCollection<K>) - Static method in class it.unimi.dsi.fastutil.objects.ObjectCollections
Returns a synchronized collection backed by the specified collection.
synchronize(ObjectCollection<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.ObjectCollections
Returns a synchronized collection backed by the specified collection, using an assigned object to synchronize.
synchronize(ObjectList<K>) - Static method in class it.unimi.dsi.fastutil.objects.ObjectLists
Returns a synchronized type-specific list backed by the given type-specific list.
synchronize(ObjectList<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.ObjectLists
Returns a synchronized type-specific list backed by the given type-specific list, using an assigned object to synchronize.
synchronize(ObjectSet<K>) - Static method in class it.unimi.dsi.fastutil.objects.ObjectSets
Returns a synchronized type-specific set backed by the given type-specific set.
synchronize(ObjectSet<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.ObjectSets
Returns a synchronized type-specific set backed by the given type-specific set, using an assigned object to synchronize.
synchronize(ObjectSortedSet<K>) - Static method in class it.unimi.dsi.fastutil.objects.ObjectSortedSets
Returns a synchronized type-specific sorted set backed by the given type-specific sorted set.
synchronize(ObjectSortedSet<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.ObjectSortedSets
Returns a synchronized type-specific sorted set backed by the given type-specific sorted set, using an assigned object to synchronize.
synchronize(Reference2BooleanFunction<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2BooleanFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Reference2BooleanFunction<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Reference2BooleanFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Reference2BooleanMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2BooleanMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Reference2BooleanMap<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Reference2BooleanMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Reference2BooleanSortedMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2BooleanSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Reference2BooleanSortedMap<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Reference2BooleanSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Reference2ByteFunction<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Reference2ByteFunction<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Reference2ByteMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Reference2ByteMap<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Reference2ByteSortedMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Reference2ByteSortedMap<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Reference2CharFunction<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2CharFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Reference2CharFunction<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Reference2CharFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Reference2CharMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Reference2CharMap<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Reference2CharMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Reference2CharSortedMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2CharSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Reference2CharSortedMap<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Reference2CharSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Reference2DoubleFunction<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Reference2DoubleFunction<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Reference2DoubleMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Reference2DoubleMap<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Reference2DoubleSortedMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Reference2DoubleSortedMap<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Reference2FloatFunction<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Reference2FloatFunction<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Reference2FloatMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Reference2FloatMap<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Reference2FloatSortedMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2FloatSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Reference2FloatSortedMap<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Reference2FloatSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Reference2IntFunction<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2IntFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Reference2IntFunction<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Reference2IntFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Reference2IntMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Reference2IntMap<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Reference2IntMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Reference2IntSortedMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2IntSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Reference2IntSortedMap<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Reference2IntSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Reference2LongFunction<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2LongFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Reference2LongFunction<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Reference2LongFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Reference2LongMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Reference2LongMap<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Reference2LongMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Reference2LongSortedMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2LongSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Reference2LongSortedMap<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Reference2LongSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Reference2ObjectFunction<K, V>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ObjectFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Reference2ObjectFunction<K, V>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ObjectFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Reference2ObjectMap<K, V>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ObjectMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Reference2ObjectMap<K, V>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ObjectMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Reference2ObjectSortedMap<K, V>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ObjectSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Reference2ObjectSortedMap<K, V>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ObjectSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Reference2ReferenceFunction<K, V>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Reference2ReferenceFunction<K, V>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Reference2ReferenceMap<K, V>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Reference2ReferenceMap<K, V>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Reference2ReferenceSortedMap<K, V>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Reference2ReferenceSortedMap<K, V>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Reference2ShortFunction<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Reference2ShortFunction<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Reference2ShortMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Reference2ShortMap<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Reference2ShortSortedMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ShortSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Reference2ShortSortedMap<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ShortSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(ReferenceBigList<K>) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists
Returns a synchronized type-specific big list backed by the given type-specific big list.
synchronize(ReferenceBigList<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceBigLists
Returns a synchronized type-specific big list backed by the given type-specific big list, using an assigned object to synchronize.
synchronize(ReferenceCollection<K>) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceCollections
Returns a synchronized collection backed by the specified collection.
synchronize(ReferenceCollection<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceCollections
Returns a synchronized collection backed by the specified collection, using an assigned object to synchronize.
synchronize(ReferenceList<K>) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceLists
Returns a synchronized type-specific list backed by the given type-specific list.
synchronize(ReferenceList<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceLists
Returns a synchronized type-specific list backed by the given type-specific list, using an assigned object to synchronize.
synchronize(ReferenceSet<K>) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceSets
Returns a synchronized type-specific set backed by the given type-specific set.
synchronize(ReferenceSet<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceSets
Returns a synchronized type-specific set backed by the given type-specific set, using an assigned object to synchronize.
synchronize(ReferenceSortedSet<K>) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets
Returns a synchronized type-specific sorted set backed by the given type-specific sorted set.
synchronize(ReferenceSortedSet<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets
Returns a synchronized type-specific sorted set backed by the given type-specific sorted set, using an assigned object to synchronize.
synchronize(PriorityQueue<K>) - Static method in class it.unimi.dsi.fastutil.PriorityQueues
Returns a synchronized priority queue backed by the specified priority queue.
synchronize(PriorityQueue<K>, Object) - Static method in class it.unimi.dsi.fastutil.PriorityQueues
Returns a synchronized priority queue backed by the specified priority queue, using an assigned object to synchronize.
synchronize(Short2BooleanFunction) - Static method in class it.unimi.dsi.fastutil.shorts.Short2BooleanFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Short2BooleanFunction, Object) - Static method in class it.unimi.dsi.fastutil.shorts.Short2BooleanFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Short2BooleanMap) - Static method in class it.unimi.dsi.fastutil.shorts.Short2BooleanMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Short2BooleanMap, Object) - Static method in class it.unimi.dsi.fastutil.shorts.Short2BooleanMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Short2BooleanSortedMap) - Static method in class it.unimi.dsi.fastutil.shorts.Short2BooleanSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Short2BooleanSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.shorts.Short2BooleanSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Short2ByteFunction) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ByteFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Short2ByteFunction, Object) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ByteFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Short2ByteMap) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ByteMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Short2ByteMap, Object) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ByteMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Short2ByteSortedMap) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ByteSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Short2ByteSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ByteSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Short2CharFunction) - Static method in class it.unimi.dsi.fastutil.shorts.Short2CharFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Short2CharFunction, Object) - Static method in class it.unimi.dsi.fastutil.shorts.Short2CharFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Short2CharMap) - Static method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Short2CharMap, Object) - Static method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Short2CharSortedMap) - Static method in class it.unimi.dsi.fastutil.shorts.Short2CharSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Short2CharSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.shorts.Short2CharSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Short2DoubleFunction) - Static method in class it.unimi.dsi.fastutil.shorts.Short2DoubleFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Short2DoubleFunction, Object) - Static method in class it.unimi.dsi.fastutil.shorts.Short2DoubleFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Short2DoubleMap) - Static method in class it.unimi.dsi.fastutil.shorts.Short2DoubleMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Short2DoubleMap, Object) - Static method in class it.unimi.dsi.fastutil.shorts.Short2DoubleMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Short2DoubleSortedMap) - Static method in class it.unimi.dsi.fastutil.shorts.Short2DoubleSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Short2DoubleSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.shorts.Short2DoubleSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Short2FloatFunction) - Static method in class it.unimi.dsi.fastutil.shorts.Short2FloatFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Short2FloatFunction, Object) - Static method in class it.unimi.dsi.fastutil.shorts.Short2FloatFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Short2FloatMap) - Static method in class it.unimi.dsi.fastutil.shorts.Short2FloatMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Short2FloatMap, Object) - Static method in class it.unimi.dsi.fastutil.shorts.Short2FloatMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Short2FloatSortedMap) - Static method in class it.unimi.dsi.fastutil.shorts.Short2FloatSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Short2FloatSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.shorts.Short2FloatSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Short2IntFunction) - Static method in class it.unimi.dsi.fastutil.shorts.Short2IntFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Short2IntFunction, Object) - Static method in class it.unimi.dsi.fastutil.shorts.Short2IntFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Short2IntMap) - Static method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Short2IntMap, Object) - Static method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Short2IntSortedMap) - Static method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Short2IntSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Short2LongFunction) - Static method in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Short2LongFunction, Object) - Static method in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Short2LongMap) - Static method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Short2LongMap, Object) - Static method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Short2LongSortedMap) - Static method in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Short2LongSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Short2ObjectFunction<V>) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Short2ObjectFunction<V>, Object) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Short2ObjectMap<V>) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Short2ObjectMap<V>, Object) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Short2ObjectSortedMap<V>) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Short2ObjectSortedMap<V>, Object) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Short2ReferenceFunction<V>) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ReferenceFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Short2ReferenceFunction<V>, Object) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ReferenceFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Short2ReferenceMap<V>) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ReferenceMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Short2ReferenceMap<V>, Object) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ReferenceMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Short2ReferenceSortedMap<V>) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ReferenceSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Short2ReferenceSortedMap<V>, Object) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ReferenceSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(Short2ShortFunction) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ShortFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Short2ShortFunction, Object) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ShortFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Short2ShortMap) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ShortMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Short2ShortMap, Object) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ShortMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Short2ShortSortedMap) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ShortSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Short2ShortSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ShortSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
synchronize(ShortBigList) - Static method in class it.unimi.dsi.fastutil.shorts.ShortBigLists
Returns a synchronized type-specific big list backed by the given type-specific big list.
synchronize(ShortBigList, Object) - Static method in class it.unimi.dsi.fastutil.shorts.ShortBigLists
Returns a synchronized type-specific big list backed by the given type-specific big list, using an assigned object to synchronize.
synchronize(ShortCollection) - Static method in class it.unimi.dsi.fastutil.shorts.ShortCollections
Returns a synchronized collection backed by the specified collection.
synchronize(ShortCollection, Object) - Static method in class it.unimi.dsi.fastutil.shorts.ShortCollections
Returns a synchronized collection backed by the specified collection, using an assigned object to synchronize.
synchronize(ShortList) - Static method in class it.unimi.dsi.fastutil.shorts.ShortLists
Returns a synchronized type-specific list backed by the given type-specific list.
synchronize(ShortList, Object) - Static method in class it.unimi.dsi.fastutil.shorts.ShortLists
Returns a synchronized type-specific list backed by the given type-specific list, using an assigned object to synchronize.
synchronize(ShortPriorityQueue) - Static method in class it.unimi.dsi.fastutil.shorts.ShortPriorityQueues
Returns a synchronized type-specific priority queue backed by the specified type-specific priority queue.
synchronize(ShortPriorityQueue, Object) - Static method in class it.unimi.dsi.fastutil.shorts.ShortPriorityQueues
Returns a synchronized type-specific priority queue backed by the specified type-specific priority queue, using an assigned object to synchronize.
synchronize(ShortSet) - Static method in class it.unimi.dsi.fastutil.shorts.ShortSets
Returns a synchronized type-specific set backed by the given type-specific set.
synchronize(ShortSet, Object) - Static method in class it.unimi.dsi.fastutil.shorts.ShortSets
Returns a synchronized type-specific set backed by the given type-specific set, using an assigned object to synchronize.
synchronize(ShortSortedSet) - Static method in class it.unimi.dsi.fastutil.shorts.ShortSortedSets
Returns a synchronized type-specific sorted set backed by the given type-specific sorted set.
synchronize(ShortSortedSet, Object) - Static method in class it.unimi.dsi.fastutil.shorts.ShortSortedSets
Returns a synchronized type-specific sorted set backed by the given type-specific sorted set, using an assigned object to synchronize.
SynchronizedBigList(BooleanBigList, Object) - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanBigLists.SynchronizedBigList
 
SynchronizedBigList(BooleanBigList) - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanBigLists.SynchronizedBigList
 
SynchronizedBigList(ByteBigList, Object) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteBigLists.SynchronizedBigList
 
SynchronizedBigList(ByteBigList) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteBigLists.SynchronizedBigList
 
SynchronizedBigList(CharBigList, Object) - Constructor for class it.unimi.dsi.fastutil.chars.CharBigLists.SynchronizedBigList
 
SynchronizedBigList(CharBigList) - Constructor for class it.unimi.dsi.fastutil.chars.CharBigLists.SynchronizedBigList
 
SynchronizedBigList(DoubleBigList, Object) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleBigLists.SynchronizedBigList
 
SynchronizedBigList(DoubleBigList) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleBigLists.SynchronizedBigList
 
SynchronizedBigList(FloatBigList, Object) - Constructor for class it.unimi.dsi.fastutil.floats.FloatBigLists.SynchronizedBigList
 
SynchronizedBigList(FloatBigList) - Constructor for class it.unimi.dsi.fastutil.floats.FloatBigLists.SynchronizedBigList
 
SynchronizedBigList(IntBigList, Object) - Constructor for class it.unimi.dsi.fastutil.ints.IntBigLists.SynchronizedBigList
 
SynchronizedBigList(IntBigList) - Constructor for class it.unimi.dsi.fastutil.ints.IntBigLists.SynchronizedBigList
 
SynchronizedBigList(LongBigList, Object) - Constructor for class it.unimi.dsi.fastutil.longs.LongBigLists.SynchronizedBigList
 
SynchronizedBigList(LongBigList) - Constructor for class it.unimi.dsi.fastutil.longs.LongBigLists.SynchronizedBigList
 
SynchronizedBigList(ObjectBigList<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectBigLists.SynchronizedBigList
 
SynchronizedBigList(ObjectBigList<K>) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectBigLists.SynchronizedBigList
 
SynchronizedBigList(ReferenceBigList<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceBigLists.SynchronizedBigList
 
SynchronizedBigList(ReferenceBigList<K>) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceBigLists.SynchronizedBigList
 
SynchronizedBigList(ShortBigList, Object) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortBigLists.SynchronizedBigList
 
SynchronizedBigList(ShortBigList) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortBigLists.SynchronizedBigList
 
SynchronizedCollection(BooleanCollection, Object) - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanCollections.SynchronizedCollection
 
SynchronizedCollection(BooleanCollection) - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanCollections.SynchronizedCollection
 
SynchronizedCollection(ByteCollection, Object) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteCollections.SynchronizedCollection
 
SynchronizedCollection(ByteCollection) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteCollections.SynchronizedCollection
 
SynchronizedCollection(CharCollection, Object) - Constructor for class it.unimi.dsi.fastutil.chars.CharCollections.SynchronizedCollection
 
SynchronizedCollection(CharCollection) - Constructor for class it.unimi.dsi.fastutil.chars.CharCollections.SynchronizedCollection
 
SynchronizedCollection(DoubleCollection, Object) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleCollections.SynchronizedCollection
 
SynchronizedCollection(DoubleCollection) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleCollections.SynchronizedCollection
 
SynchronizedCollection(FloatCollection, Object) - Constructor for class it.unimi.dsi.fastutil.floats.FloatCollections.SynchronizedCollection
 
SynchronizedCollection(FloatCollection) - Constructor for class it.unimi.dsi.fastutil.floats.FloatCollections.SynchronizedCollection
 
SynchronizedCollection(IntCollection, Object) - Constructor for class it.unimi.dsi.fastutil.ints.IntCollections.SynchronizedCollection
 
SynchronizedCollection(IntCollection) - Constructor for class it.unimi.dsi.fastutil.ints.IntCollections.SynchronizedCollection
 
SynchronizedCollection(LongCollection, Object) - Constructor for class it.unimi.dsi.fastutil.longs.LongCollections.SynchronizedCollection
 
SynchronizedCollection(LongCollection) - Constructor for class it.unimi.dsi.fastutil.longs.LongCollections.SynchronizedCollection
 
SynchronizedCollection(ObjectCollection<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectCollections.SynchronizedCollection
 
SynchronizedCollection(ObjectCollection<K>) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectCollections.SynchronizedCollection
 
SynchronizedCollection(ReferenceCollection<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceCollections.SynchronizedCollection
 
SynchronizedCollection(ReferenceCollection<K>) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceCollections.SynchronizedCollection
 
SynchronizedCollection(ShortCollection, Object) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortCollections.SynchronizedCollection
 
SynchronizedCollection(ShortCollection) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortCollections.SynchronizedCollection
 
SynchronizedFunction(Byte2BooleanFunction, Object) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2BooleanFunctions.SynchronizedFunction
 
SynchronizedFunction(Byte2BooleanFunction) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2BooleanFunctions.SynchronizedFunction
 
SynchronizedFunction(Byte2ByteFunction, Object) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ByteFunctions.SynchronizedFunction
 
SynchronizedFunction(Byte2ByteFunction) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ByteFunctions.SynchronizedFunction
 
SynchronizedFunction(Byte2CharFunction, Object) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2CharFunctions.SynchronizedFunction
 
SynchronizedFunction(Byte2CharFunction) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2CharFunctions.SynchronizedFunction
 
SynchronizedFunction(Byte2DoubleFunction, Object) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.SynchronizedFunction
 
SynchronizedFunction(Byte2DoubleFunction) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.SynchronizedFunction
 
SynchronizedFunction(Byte2FloatFunction, Object) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2FloatFunctions.SynchronizedFunction
 
SynchronizedFunction(Byte2FloatFunction) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2FloatFunctions.SynchronizedFunction
 
SynchronizedFunction(Byte2IntFunction, Object) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2IntFunctions.SynchronizedFunction
 
SynchronizedFunction(Byte2IntFunction) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2IntFunctions.SynchronizedFunction
 
SynchronizedFunction(Byte2LongFunction, Object) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2LongFunctions.SynchronizedFunction
 
SynchronizedFunction(Byte2LongFunction) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2LongFunctions.SynchronizedFunction
 
SynchronizedFunction(Byte2ObjectFunction<V>, Object) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.SynchronizedFunction
 
SynchronizedFunction(Byte2ObjectFunction<V>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.SynchronizedFunction
 
SynchronizedFunction(Byte2ReferenceFunction<V>, Object) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.SynchronizedFunction
 
SynchronizedFunction(Byte2ReferenceFunction<V>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.SynchronizedFunction
 
SynchronizedFunction(Byte2ShortFunction, Object) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ShortFunctions.SynchronizedFunction
 
SynchronizedFunction(Byte2ShortFunction) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ShortFunctions.SynchronizedFunction
 
SynchronizedFunction(Char2BooleanFunction, Object) - Constructor for class it.unimi.dsi.fastutil.chars.Char2BooleanFunctions.SynchronizedFunction
 
SynchronizedFunction(Char2BooleanFunction) - Constructor for class it.unimi.dsi.fastutil.chars.Char2BooleanFunctions.SynchronizedFunction
 
SynchronizedFunction(Char2ByteFunction, Object) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ByteFunctions.SynchronizedFunction
 
SynchronizedFunction(Char2ByteFunction) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ByteFunctions.SynchronizedFunction
 
SynchronizedFunction(Char2CharFunction, Object) - Constructor for class it.unimi.dsi.fastutil.chars.Char2CharFunctions.SynchronizedFunction
 
SynchronizedFunction(Char2CharFunction) - Constructor for class it.unimi.dsi.fastutil.chars.Char2CharFunctions.SynchronizedFunction
 
SynchronizedFunction(Char2DoubleFunction, Object) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.SynchronizedFunction
 
SynchronizedFunction(Char2DoubleFunction) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.SynchronizedFunction
 
SynchronizedFunction(Char2FloatFunction, Object) - Constructor for class it.unimi.dsi.fastutil.chars.Char2FloatFunctions.SynchronizedFunction
 
SynchronizedFunction(Char2FloatFunction) - Constructor for class it.unimi.dsi.fastutil.chars.Char2FloatFunctions.SynchronizedFunction
 
SynchronizedFunction(Char2IntFunction, Object) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntFunctions.SynchronizedFunction
 
SynchronizedFunction(Char2IntFunction) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntFunctions.SynchronizedFunction
 
SynchronizedFunction(Char2LongFunction, Object) - Constructor for class it.unimi.dsi.fastutil.chars.Char2LongFunctions.SynchronizedFunction
 
SynchronizedFunction(Char2LongFunction) - Constructor for class it.unimi.dsi.fastutil.chars.Char2LongFunctions.SynchronizedFunction
 
SynchronizedFunction(Char2ObjectFunction<V>, Object) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ObjectFunctions.SynchronizedFunction
 
SynchronizedFunction(Char2ObjectFunction<V>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ObjectFunctions.SynchronizedFunction
 
SynchronizedFunction(Char2ReferenceFunction<V>, Object) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ReferenceFunctions.SynchronizedFunction
 
SynchronizedFunction(Char2ReferenceFunction<V>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ReferenceFunctions.SynchronizedFunction
 
SynchronizedFunction(Char2ShortFunction, Object) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ShortFunctions.SynchronizedFunction
 
SynchronizedFunction(Char2ShortFunction) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ShortFunctions.SynchronizedFunction
 
SynchronizedFunction(Double2BooleanFunction, Object) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2BooleanFunctions.SynchronizedFunction
 
SynchronizedFunction(Double2BooleanFunction) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2BooleanFunctions.SynchronizedFunction
 
SynchronizedFunction(Double2ByteFunction, Object) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.SynchronizedFunction
 
SynchronizedFunction(Double2ByteFunction) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.SynchronizedFunction
 
SynchronizedFunction(Double2CharFunction, Object) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2CharFunctions.SynchronizedFunction
 
SynchronizedFunction(Double2CharFunction) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2CharFunctions.SynchronizedFunction
 
SynchronizedFunction(Double2DoubleFunction, Object) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2DoubleFunctions.SynchronizedFunction
 
SynchronizedFunction(Double2DoubleFunction) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2DoubleFunctions.SynchronizedFunction
 
SynchronizedFunction(Double2FloatFunction, Object) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2FloatFunctions.SynchronizedFunction
 
SynchronizedFunction(Double2FloatFunction) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2FloatFunctions.SynchronizedFunction
 
SynchronizedFunction(Double2IntFunction, Object) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2IntFunctions.SynchronizedFunction
 
SynchronizedFunction(Double2IntFunction) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2IntFunctions.SynchronizedFunction
 
SynchronizedFunction(Double2LongFunction, Object) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2LongFunctions.SynchronizedFunction
 
SynchronizedFunction(Double2LongFunction) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2LongFunctions.SynchronizedFunction
 
SynchronizedFunction(Double2ObjectFunction<V>, Object) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions.SynchronizedFunction
 
SynchronizedFunction(Double2ObjectFunction<V>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions.SynchronizedFunction
 
SynchronizedFunction(Double2ReferenceFunction<V>, Object) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ReferenceFunctions.SynchronizedFunction
 
SynchronizedFunction(Double2ReferenceFunction<V>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ReferenceFunctions.SynchronizedFunction
 
SynchronizedFunction(Double2ShortFunction, Object) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ShortFunctions.SynchronizedFunction
 
SynchronizedFunction(Double2ShortFunction) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ShortFunctions.SynchronizedFunction
 
SynchronizedFunction(Float2BooleanFunction, Object) - Constructor for class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions.SynchronizedFunction
 
SynchronizedFunction(Float2BooleanFunction) - Constructor for class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions.SynchronizedFunction
 
SynchronizedFunction(Float2ByteFunction, Object) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ByteFunctions.SynchronizedFunction
 
SynchronizedFunction(Float2ByteFunction) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ByteFunctions.SynchronizedFunction
 
SynchronizedFunction(Float2CharFunction, Object) - Constructor for class it.unimi.dsi.fastutil.floats.Float2CharFunctions.SynchronizedFunction
 
SynchronizedFunction(Float2CharFunction) - Constructor for class it.unimi.dsi.fastutil.floats.Float2CharFunctions.SynchronizedFunction
 
SynchronizedFunction(Float2DoubleFunction, Object) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.SynchronizedFunction
 
SynchronizedFunction(Float2DoubleFunction) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.SynchronizedFunction
 
SynchronizedFunction(Float2FloatFunction, Object) - Constructor for class it.unimi.dsi.fastutil.floats.Float2FloatFunctions.SynchronizedFunction
 
SynchronizedFunction(Float2FloatFunction) - Constructor for class it.unimi.dsi.fastutil.floats.Float2FloatFunctions.SynchronizedFunction
 
SynchronizedFunction(Float2IntFunction, Object) - Constructor for class it.unimi.dsi.fastutil.floats.Float2IntFunctions.SynchronizedFunction
 
SynchronizedFunction(Float2IntFunction) - Constructor for class it.unimi.dsi.fastutil.floats.Float2IntFunctions.SynchronizedFunction
 
SynchronizedFunction(Float2LongFunction, Object) - Constructor for class it.unimi.dsi.fastutil.floats.Float2LongFunctions.SynchronizedFunction
 
SynchronizedFunction(Float2LongFunction) - Constructor for class it.unimi.dsi.fastutil.floats.Float2LongFunctions.SynchronizedFunction
 
SynchronizedFunction(Float2ObjectFunction<V>, Object) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ObjectFunctions.SynchronizedFunction
 
SynchronizedFunction(Float2ObjectFunction<V>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ObjectFunctions.SynchronizedFunction
 
SynchronizedFunction(Float2ReferenceFunction<V>, Object) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ReferenceFunctions.SynchronizedFunction
 
SynchronizedFunction(Float2ReferenceFunction<V>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ReferenceFunctions.SynchronizedFunction
 
SynchronizedFunction(Float2ShortFunction, Object) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ShortFunctions.SynchronizedFunction
 
SynchronizedFunction(Float2ShortFunction) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ShortFunctions.SynchronizedFunction
 
SynchronizedFunction(Int2BooleanFunction, Object) - Constructor for class it.unimi.dsi.fastutil.ints.Int2BooleanFunctions.SynchronizedFunction
 
SynchronizedFunction(Int2BooleanFunction) - Constructor for class it.unimi.dsi.fastutil.ints.Int2BooleanFunctions.SynchronizedFunction
 
SynchronizedFunction(Int2ByteFunction, Object) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ByteFunctions.SynchronizedFunction
 
SynchronizedFunction(Int2ByteFunction) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ByteFunctions.SynchronizedFunction
 
SynchronizedFunction(Int2CharFunction, Object) - Constructor for class it.unimi.dsi.fastutil.ints.Int2CharFunctions.SynchronizedFunction
 
SynchronizedFunction(Int2CharFunction) - Constructor for class it.unimi.dsi.fastutil.ints.Int2CharFunctions.SynchronizedFunction
 
SynchronizedFunction(Int2DoubleFunction, Object) - Constructor for class it.unimi.dsi.fastutil.ints.Int2DoubleFunctions.SynchronizedFunction
 
SynchronizedFunction(Int2DoubleFunction) - Constructor for class it.unimi.dsi.fastutil.ints.Int2DoubleFunctions.SynchronizedFunction
 
SynchronizedFunction(Int2FloatFunction, Object) - Constructor for class it.unimi.dsi.fastutil.ints.Int2FloatFunctions.SynchronizedFunction
 
SynchronizedFunction(Int2FloatFunction) - Constructor for class it.unimi.dsi.fastutil.ints.Int2FloatFunctions.SynchronizedFunction
 
SynchronizedFunction(Int2IntFunction, Object) - Constructor for class it.unimi.dsi.fastutil.ints.Int2IntFunctions.SynchronizedFunction
 
SynchronizedFunction(Int2IntFunction) - Constructor for class it.unimi.dsi.fastutil.ints.Int2IntFunctions.SynchronizedFunction
 
SynchronizedFunction(Int2LongFunction, Object) - Constructor for class it.unimi.dsi.fastutil.ints.Int2LongFunctions.SynchronizedFunction
 
SynchronizedFunction(Int2LongFunction) - Constructor for class it.unimi.dsi.fastutil.ints.Int2LongFunctions.SynchronizedFunction
 
SynchronizedFunction(Int2ObjectFunction<V>, Object) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ObjectFunctions.SynchronizedFunction
 
SynchronizedFunction(Int2ObjectFunction<V>) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ObjectFunctions.SynchronizedFunction
 
SynchronizedFunction(Int2ReferenceFunction<V>, Object) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.SynchronizedFunction
 
SynchronizedFunction(Int2ReferenceFunction<V>) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.SynchronizedFunction
 
SynchronizedFunction(Int2ShortFunction, Object) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ShortFunctions.SynchronizedFunction
 
SynchronizedFunction(Int2ShortFunction) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ShortFunctions.SynchronizedFunction
 
SynchronizedFunction(Long2BooleanFunction, Object) - Constructor for class it.unimi.dsi.fastutil.longs.Long2BooleanFunctions.SynchronizedFunction
 
SynchronizedFunction(Long2BooleanFunction) - Constructor for class it.unimi.dsi.fastutil.longs.Long2BooleanFunctions.SynchronizedFunction
 
SynchronizedFunction(Long2ByteFunction, Object) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.SynchronizedFunction
 
SynchronizedFunction(Long2ByteFunction) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.SynchronizedFunction
 
SynchronizedFunction(Long2CharFunction, Object) - Constructor for class it.unimi.dsi.fastutil.longs.Long2CharFunctions.SynchronizedFunction
 
SynchronizedFunction(Long2CharFunction) - Constructor for class it.unimi.dsi.fastutil.longs.Long2CharFunctions.SynchronizedFunction
 
SynchronizedFunction(Long2DoubleFunction, Object) - Constructor for class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions.SynchronizedFunction
 
SynchronizedFunction(Long2DoubleFunction) - Constructor for class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions.SynchronizedFunction
 
SynchronizedFunction(Long2FloatFunction, Object) - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.SynchronizedFunction
 
SynchronizedFunction(Long2FloatFunction) - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.SynchronizedFunction
 
SynchronizedFunction(Long2IntFunction, Object) - Constructor for class it.unimi.dsi.fastutil.longs.Long2IntFunctions.SynchronizedFunction
 
SynchronizedFunction(Long2IntFunction) - Constructor for class it.unimi.dsi.fastutil.longs.Long2IntFunctions.SynchronizedFunction
 
SynchronizedFunction(Long2LongFunction, Object) - Constructor for class it.unimi.dsi.fastutil.longs.Long2LongFunctions.SynchronizedFunction
 
SynchronizedFunction(Long2LongFunction) - Constructor for class it.unimi.dsi.fastutil.longs.Long2LongFunctions.SynchronizedFunction
 
SynchronizedFunction(Long2ObjectFunction<V>, Object) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ObjectFunctions.SynchronizedFunction
 
SynchronizedFunction(Long2ObjectFunction<V>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ObjectFunctions.SynchronizedFunction
 
SynchronizedFunction(Long2ReferenceFunction<V>, Object) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.SynchronizedFunction
 
SynchronizedFunction(Long2ReferenceFunction<V>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.SynchronizedFunction
 
SynchronizedFunction(Long2ShortFunction, Object) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ShortFunctions.SynchronizedFunction
 
SynchronizedFunction(Long2ShortFunction) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ShortFunctions.SynchronizedFunction
 
SynchronizedFunction(Object2BooleanFunction<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions.SynchronizedFunction
 
SynchronizedFunction(Object2BooleanFunction<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions.SynchronizedFunction
 
SynchronizedFunction(Object2ByteFunction<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.SynchronizedFunction
 
SynchronizedFunction(Object2ByteFunction<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.SynchronizedFunction
 
SynchronizedFunction(Object2CharFunction<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Object2CharFunctions.SynchronizedFunction
 
SynchronizedFunction(Object2CharFunction<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2CharFunctions.SynchronizedFunction
 
SynchronizedFunction(Object2DoubleFunction<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Object2DoubleFunctions.SynchronizedFunction
 
SynchronizedFunction(Object2DoubleFunction<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2DoubleFunctions.SynchronizedFunction
 
SynchronizedFunction(Object2FloatFunction<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Object2FloatFunctions.SynchronizedFunction
 
SynchronizedFunction(Object2FloatFunction<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2FloatFunctions.SynchronizedFunction
 
SynchronizedFunction(Object2IntFunction<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntFunctions.SynchronizedFunction
 
SynchronizedFunction(Object2IntFunction<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntFunctions.SynchronizedFunction
 
SynchronizedFunction(Object2LongFunction<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongFunctions.SynchronizedFunction
 
SynchronizedFunction(Object2LongFunction<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongFunctions.SynchronizedFunction
 
SynchronizedFunction(Object2ObjectFunction<K, V>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectFunctions.SynchronizedFunction
 
SynchronizedFunction(Object2ObjectFunction<K, V>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectFunctions.SynchronizedFunction
 
SynchronizedFunction(Object2ReferenceFunction<K, V>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.SynchronizedFunction
 
SynchronizedFunction(Object2ReferenceFunction<K, V>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.SynchronizedFunction
 
SynchronizedFunction(Object2ShortFunction<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ShortFunctions.SynchronizedFunction
 
SynchronizedFunction(Object2ShortFunction<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ShortFunctions.SynchronizedFunction
 
SynchronizedFunction(Reference2BooleanFunction<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2BooleanFunctions.SynchronizedFunction
 
SynchronizedFunction(Reference2BooleanFunction<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2BooleanFunctions.SynchronizedFunction
 
SynchronizedFunction(Reference2ByteFunction<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.SynchronizedFunction
 
SynchronizedFunction(Reference2ByteFunction<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.SynchronizedFunction
 
SynchronizedFunction(Reference2CharFunction<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2CharFunctions.SynchronizedFunction
 
SynchronizedFunction(Reference2CharFunction<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2CharFunctions.SynchronizedFunction
 
SynchronizedFunction(Reference2DoubleFunction<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.SynchronizedFunction
 
SynchronizedFunction(Reference2DoubleFunction<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.SynchronizedFunction
 
SynchronizedFunction(Reference2FloatFunction<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions.SynchronizedFunction
 
SynchronizedFunction(Reference2FloatFunction<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions.SynchronizedFunction
 
SynchronizedFunction(Reference2IntFunction<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2IntFunctions.SynchronizedFunction
 
SynchronizedFunction(Reference2IntFunction<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2IntFunctions.SynchronizedFunction
 
SynchronizedFunction(Reference2LongFunction<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2LongFunctions.SynchronizedFunction
 
SynchronizedFunction(Reference2LongFunction<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2LongFunctions.SynchronizedFunction
 
SynchronizedFunction(Reference2ObjectFunction<K, V>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ObjectFunctions.SynchronizedFunction
 
SynchronizedFunction(Reference2ObjectFunction<K, V>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ObjectFunctions.SynchronizedFunction
 
SynchronizedFunction(Reference2ReferenceFunction<K, V>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.SynchronizedFunction
 
SynchronizedFunction(Reference2ReferenceFunction<K, V>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.SynchronizedFunction
 
SynchronizedFunction(Reference2ShortFunction<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions.SynchronizedFunction
 
SynchronizedFunction(Reference2ShortFunction<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions.SynchronizedFunction
 
SynchronizedFunction(Short2BooleanFunction, Object) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2BooleanFunctions.SynchronizedFunction
 
SynchronizedFunction(Short2BooleanFunction) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2BooleanFunctions.SynchronizedFunction
 
SynchronizedFunction(Short2ByteFunction, Object) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ByteFunctions.SynchronizedFunction
 
SynchronizedFunction(Short2ByteFunction) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ByteFunctions.SynchronizedFunction
 
SynchronizedFunction(Short2CharFunction, Object) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2CharFunctions.SynchronizedFunction
 
SynchronizedFunction(Short2CharFunction) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2CharFunctions.SynchronizedFunction
 
SynchronizedFunction(Short2DoubleFunction, Object) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2DoubleFunctions.SynchronizedFunction
 
SynchronizedFunction(Short2DoubleFunction) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2DoubleFunctions.SynchronizedFunction
 
SynchronizedFunction(Short2FloatFunction, Object) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatFunctions.SynchronizedFunction
 
SynchronizedFunction(Short2FloatFunction) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatFunctions.SynchronizedFunction
 
SynchronizedFunction(Short2IntFunction, Object) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntFunctions.SynchronizedFunction
 
SynchronizedFunction(Short2IntFunction) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntFunctions.SynchronizedFunction
 
SynchronizedFunction(Short2LongFunction, Object) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.SynchronizedFunction
 
SynchronizedFunction(Short2LongFunction) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.SynchronizedFunction
 
SynchronizedFunction(Short2ObjectFunction<V>, Object) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions.SynchronizedFunction
 
SynchronizedFunction(Short2ObjectFunction<V>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions.SynchronizedFunction
 
SynchronizedFunction(Short2ReferenceFunction<V>, Object) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ReferenceFunctions.SynchronizedFunction
 
SynchronizedFunction(Short2ReferenceFunction<V>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ReferenceFunctions.SynchronizedFunction
 
SynchronizedFunction(Short2ShortFunction, Object) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ShortFunctions.SynchronizedFunction
 
SynchronizedFunction(Short2ShortFunction) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ShortFunctions.SynchronizedFunction
 
SynchronizedIndirectDoublePriorityQueue(IndirectDoublePriorityQueue<K>, Object) - Constructor for class it.unimi.dsi.fastutil.IndirectDoublePriorityQueues.SynchronizedIndirectDoublePriorityQueue
Deprecated.
 
SynchronizedIndirectDoublePriorityQueue(IndirectDoublePriorityQueue<K>) - Constructor for class it.unimi.dsi.fastutil.IndirectDoublePriorityQueues.SynchronizedIndirectDoublePriorityQueue
Deprecated.
 
SynchronizedIndirectPriorityQueue(IndirectPriorityQueue<K>, Object) - Constructor for class it.unimi.dsi.fastutil.IndirectPriorityQueues.SynchronizedIndirectPriorityQueue
 
SynchronizedIndirectPriorityQueue(IndirectPriorityQueue<K>) - Constructor for class it.unimi.dsi.fastutil.IndirectPriorityQueues.SynchronizedIndirectPriorityQueue
 
SynchronizedList(BooleanList, Object) - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanLists.SynchronizedList
 
SynchronizedList(BooleanList) - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanLists.SynchronizedList
 
SynchronizedList(ByteList, Object) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
 
SynchronizedList(ByteList) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
 
SynchronizedList(CharList, Object) - Constructor for class it.unimi.dsi.fastutil.chars.CharLists.SynchronizedList
 
SynchronizedList(CharList) - Constructor for class it.unimi.dsi.fastutil.chars.CharLists.SynchronizedList
 
SynchronizedList(DoubleList, Object) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleLists.SynchronizedList
 
SynchronizedList(DoubleList) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleLists.SynchronizedList
 
SynchronizedList(FloatList, Object) - Constructor for class it.unimi.dsi.fastutil.floats.FloatLists.SynchronizedList
 
SynchronizedList(FloatList) - Constructor for class it.unimi.dsi.fastutil.floats.FloatLists.SynchronizedList
 
SynchronizedList(IntList, Object) - Constructor for class it.unimi.dsi.fastutil.ints.IntLists.SynchronizedList
 
SynchronizedList(IntList) - Constructor for class it.unimi.dsi.fastutil.ints.IntLists.SynchronizedList
 
SynchronizedList(LongList, Object) - Constructor for class it.unimi.dsi.fastutil.longs.LongLists.SynchronizedList
 
SynchronizedList(LongList) - Constructor for class it.unimi.dsi.fastutil.longs.LongLists.SynchronizedList
 
SynchronizedList(ObjectList<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectLists.SynchronizedList
 
SynchronizedList(ObjectList<K>) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectLists.SynchronizedList
 
SynchronizedList(ReferenceList<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceLists.SynchronizedList
 
SynchronizedList(ReferenceList<K>) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceLists.SynchronizedList
 
SynchronizedList(ShortList, Object) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortLists.SynchronizedList
 
SynchronizedList(ShortList) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortLists.SynchronizedList
 
SynchronizedMap(Byte2BooleanMap, Object) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2BooleanMaps.SynchronizedMap
 
SynchronizedMap(Byte2BooleanMap) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2BooleanMaps.SynchronizedMap
 
SynchronizedMap(Byte2ByteMap, Object) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.SynchronizedMap
 
SynchronizedMap(Byte2ByteMap) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ByteMaps.SynchronizedMap
 
SynchronizedMap(Byte2CharMap, Object) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.SynchronizedMap
 
SynchronizedMap(Byte2CharMap) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2CharMaps.SynchronizedMap
 
SynchronizedMap(Byte2DoubleMap, Object) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.SynchronizedMap
 
SynchronizedMap(Byte2DoubleMap) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.SynchronizedMap
 
SynchronizedMap(Byte2FloatMap, Object) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2FloatMaps.SynchronizedMap
 
SynchronizedMap(Byte2FloatMap) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2FloatMaps.SynchronizedMap
 
SynchronizedMap(Byte2IntMap, Object) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.SynchronizedMap
 
SynchronizedMap(Byte2IntMap) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2IntMaps.SynchronizedMap
 
SynchronizedMap(Byte2LongMap, Object) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.SynchronizedMap
 
SynchronizedMap(Byte2LongMap) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2LongMaps.SynchronizedMap
 
SynchronizedMap(Byte2ObjectMap<V>, Object) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.SynchronizedMap
 
SynchronizedMap(Byte2ObjectMap<V>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.SynchronizedMap
 
SynchronizedMap(Byte2ReferenceMap<V>, Object) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.SynchronizedMap
 
SynchronizedMap(Byte2ReferenceMap<V>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.SynchronizedMap
 
SynchronizedMap(Byte2ShortMap, Object) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ShortMaps.SynchronizedMap
 
SynchronizedMap(Byte2ShortMap) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ShortMaps.SynchronizedMap
 
SynchronizedMap(Char2BooleanMap, Object) - Constructor for class it.unimi.dsi.fastutil.chars.Char2BooleanMaps.SynchronizedMap
 
SynchronizedMap(Char2BooleanMap) - Constructor for class it.unimi.dsi.fastutil.chars.Char2BooleanMaps.SynchronizedMap
 
SynchronizedMap(Char2ByteMap, Object) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ByteMaps.SynchronizedMap
 
SynchronizedMap(Char2ByteMap) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ByteMaps.SynchronizedMap
 
SynchronizedMap(Char2CharMap, Object) - Constructor for class it.unimi.dsi.fastutil.chars.Char2CharMaps.SynchronizedMap
 
SynchronizedMap(Char2CharMap) - Constructor for class it.unimi.dsi.fastutil.chars.Char2CharMaps.SynchronizedMap
 
SynchronizedMap(Char2DoubleMap, Object) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.SynchronizedMap
 
SynchronizedMap(Char2DoubleMap) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.SynchronizedMap
 
SynchronizedMap(Char2FloatMap, Object) - Constructor for class it.unimi.dsi.fastutil.chars.Char2FloatMaps.SynchronizedMap
 
SynchronizedMap(Char2FloatMap) - Constructor for class it.unimi.dsi.fastutil.chars.Char2FloatMaps.SynchronizedMap
 
SynchronizedMap(Char2IntMap, Object) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntMaps.SynchronizedMap
 
SynchronizedMap(Char2IntMap) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntMaps.SynchronizedMap
 
SynchronizedMap(Char2LongMap, Object) - Constructor for class it.unimi.dsi.fastutil.chars.Char2LongMaps.SynchronizedMap
 
SynchronizedMap(Char2LongMap) - Constructor for class it.unimi.dsi.fastutil.chars.Char2LongMaps.SynchronizedMap
 
SynchronizedMap(Char2ObjectMap<V>, Object) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.SynchronizedMap
 
SynchronizedMap(Char2ObjectMap<V>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ObjectMaps.SynchronizedMap
 
SynchronizedMap(Char2ReferenceMap<V>, Object) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.SynchronizedMap
 
SynchronizedMap(Char2ReferenceMap<V>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ReferenceMaps.SynchronizedMap
 
SynchronizedMap(Char2ShortMap, Object) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ShortMaps.SynchronizedMap
 
SynchronizedMap(Char2ShortMap) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ShortMaps.SynchronizedMap
 
SynchronizedMap(Double2BooleanMap, Object) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2BooleanMaps.SynchronizedMap
 
SynchronizedMap(Double2BooleanMap) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2BooleanMaps.SynchronizedMap
 
SynchronizedMap(Double2ByteMap, Object) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.SynchronizedMap
 
SynchronizedMap(Double2ByteMap) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.SynchronizedMap
 
SynchronizedMap(Double2CharMap, Object) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2CharMaps.SynchronizedMap
 
SynchronizedMap(Double2CharMap) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2CharMaps.SynchronizedMap
 
SynchronizedMap(Double2DoubleMap, Object) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2DoubleMaps.SynchronizedMap
 
SynchronizedMap(Double2DoubleMap) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2DoubleMaps.SynchronizedMap
 
SynchronizedMap(Double2FloatMap, Object) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2FloatMaps.SynchronizedMap
 
SynchronizedMap(Double2FloatMap) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2FloatMaps.SynchronizedMap
 
SynchronizedMap(Double2IntMap, Object) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2IntMaps.SynchronizedMap
 
SynchronizedMap(Double2IntMap) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2IntMaps.SynchronizedMap
 
SynchronizedMap(Double2LongMap, Object) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2LongMaps.SynchronizedMap
 
SynchronizedMap(Double2LongMap) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2LongMaps.SynchronizedMap
 
SynchronizedMap(Double2ObjectMap<V>, Object) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.SynchronizedMap
 
SynchronizedMap(Double2ObjectMap<V>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.SynchronizedMap
 
SynchronizedMap(Double2ReferenceMap<V>, Object) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.SynchronizedMap
 
SynchronizedMap(Double2ReferenceMap<V>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ReferenceMaps.SynchronizedMap
 
SynchronizedMap(Double2ShortMap, Object) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ShortMaps.SynchronizedMap
 
SynchronizedMap(Double2ShortMap) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ShortMaps.SynchronizedMap
 
SynchronizedMap(Float2BooleanMap, Object) - Constructor for class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.SynchronizedMap
 
SynchronizedMap(Float2BooleanMap) - Constructor for class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.SynchronizedMap
 
SynchronizedMap(Float2ByteMap, Object) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ByteMaps.SynchronizedMap
 
SynchronizedMap(Float2ByteMap) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ByteMaps.SynchronizedMap
 
SynchronizedMap(Float2CharMap, Object) - Constructor for class it.unimi.dsi.fastutil.floats.Float2CharMaps.SynchronizedMap
 
SynchronizedMap(Float2CharMap) - Constructor for class it.unimi.dsi.fastutil.floats.Float2CharMaps.SynchronizedMap
 
SynchronizedMap(Float2DoubleMap, Object) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.SynchronizedMap
 
SynchronizedMap(Float2DoubleMap) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.SynchronizedMap
 
SynchronizedMap(Float2FloatMap, Object) - Constructor for class it.unimi.dsi.fastutil.floats.Float2FloatMaps.SynchronizedMap
 
SynchronizedMap(Float2FloatMap) - Constructor for class it.unimi.dsi.fastutil.floats.Float2FloatMaps.SynchronizedMap
 
SynchronizedMap(Float2IntMap, Object) - Constructor for class it.unimi.dsi.fastutil.floats.Float2IntMaps.SynchronizedMap
 
SynchronizedMap(Float2IntMap) - Constructor for class it.unimi.dsi.fastutil.floats.Float2IntMaps.SynchronizedMap
 
SynchronizedMap(Float2LongMap, Object) - Constructor for class it.unimi.dsi.fastutil.floats.Float2LongMaps.SynchronizedMap
 
SynchronizedMap(Float2LongMap) - Constructor for class it.unimi.dsi.fastutil.floats.Float2LongMaps.SynchronizedMap
 
SynchronizedMap(Float2ObjectMap<V>, Object) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ObjectMaps.SynchronizedMap
 
SynchronizedMap(Float2ObjectMap<V>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ObjectMaps.SynchronizedMap
 
SynchronizedMap(Float2ReferenceMap<V>, Object) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ReferenceMaps.SynchronizedMap
 
SynchronizedMap(Float2ReferenceMap<V>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ReferenceMaps.SynchronizedMap
 
SynchronizedMap(Float2ShortMap, Object) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ShortMaps.SynchronizedMap
 
SynchronizedMap(Float2ShortMap) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ShortMaps.SynchronizedMap
 
SynchronizedMap(Int2BooleanMap, Object) - Constructor for class it.unimi.dsi.fastutil.ints.Int2BooleanMaps.SynchronizedMap
 
SynchronizedMap(Int2BooleanMap) - Constructor for class it.unimi.dsi.fastutil.ints.Int2BooleanMaps.SynchronizedMap
 
SynchronizedMap(Int2ByteMap, Object) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ByteMaps.SynchronizedMap
 
SynchronizedMap(Int2ByteMap) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ByteMaps.SynchronizedMap
 
SynchronizedMap(Int2CharMap, Object) - Constructor for class it.unimi.dsi.fastutil.ints.Int2CharMaps.SynchronizedMap
 
SynchronizedMap(Int2CharMap) - Constructor for class it.unimi.dsi.fastutil.ints.Int2CharMaps.SynchronizedMap
 
SynchronizedMap(Int2DoubleMap, Object) - Constructor for class it.unimi.dsi.fastutil.ints.Int2DoubleMaps.SynchronizedMap
 
SynchronizedMap(Int2DoubleMap) - Constructor for class it.unimi.dsi.fastutil.ints.Int2DoubleMaps.SynchronizedMap
 
SynchronizedMap(Int2FloatMap, Object) - Constructor for class it.unimi.dsi.fastutil.ints.Int2FloatMaps.SynchronizedMap
 
SynchronizedMap(Int2FloatMap) - Constructor for class it.unimi.dsi.fastutil.ints.Int2FloatMaps.SynchronizedMap
 
SynchronizedMap(Int2IntMap, Object) - Constructor for class it.unimi.dsi.fastutil.ints.Int2IntMaps.SynchronizedMap
 
SynchronizedMap(Int2IntMap) - Constructor for class it.unimi.dsi.fastutil.ints.Int2IntMaps.SynchronizedMap
 
SynchronizedMap(Int2LongMap, Object) - Constructor for class it.unimi.dsi.fastutil.ints.Int2LongMaps.SynchronizedMap
 
SynchronizedMap(Int2LongMap) - Constructor for class it.unimi.dsi.fastutil.ints.Int2LongMaps.SynchronizedMap
 
SynchronizedMap(Int2ObjectMap<V>, Object) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ObjectMaps.SynchronizedMap
 
SynchronizedMap(Int2ObjectMap<V>) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ObjectMaps.SynchronizedMap
 
SynchronizedMap(Int2ReferenceMap<V>, Object) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.SynchronizedMap
 
SynchronizedMap(Int2ReferenceMap<V>) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.SynchronizedMap
 
SynchronizedMap(Int2ShortMap, Object) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ShortMaps.SynchronizedMap
 
SynchronizedMap(Int2ShortMap) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ShortMaps.SynchronizedMap
 
SynchronizedMap(Long2BooleanMap, Object) - Constructor for class it.unimi.dsi.fastutil.longs.Long2BooleanMaps.SynchronizedMap
 
SynchronizedMap(Long2BooleanMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2BooleanMaps.SynchronizedMap
 
SynchronizedMap(Long2ByteMap, Object) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteMaps.SynchronizedMap
 
SynchronizedMap(Long2ByteMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteMaps.SynchronizedMap
 
SynchronizedMap(Long2CharMap, Object) - Constructor for class it.unimi.dsi.fastutil.longs.Long2CharMaps.SynchronizedMap
 
SynchronizedMap(Long2CharMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2CharMaps.SynchronizedMap
 
SynchronizedMap(Long2DoubleMap, Object) - Constructor for class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.SynchronizedMap
 
SynchronizedMap(Long2DoubleMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.SynchronizedMap
 
SynchronizedMap(Long2FloatMap, Object) - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatMaps.SynchronizedMap
 
SynchronizedMap(Long2FloatMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatMaps.SynchronizedMap
 
SynchronizedMap(Long2IntMap, Object) - Constructor for class it.unimi.dsi.fastutil.longs.Long2IntMaps.SynchronizedMap
 
SynchronizedMap(Long2IntMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2IntMaps.SynchronizedMap
 
SynchronizedMap(Long2LongMap, Object) - Constructor for class it.unimi.dsi.fastutil.longs.Long2LongMaps.SynchronizedMap
 
SynchronizedMap(Long2LongMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2LongMaps.SynchronizedMap
 
SynchronizedMap(Long2ObjectMap<V>, Object) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ObjectMaps.SynchronizedMap
 
SynchronizedMap(Long2ObjectMap<V>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ObjectMaps.SynchronizedMap
 
SynchronizedMap(Long2ReferenceMap<V>, Object) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.SynchronizedMap
 
SynchronizedMap(Long2ReferenceMap<V>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.SynchronizedMap
 
SynchronizedMap(Long2ShortMap, Object) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ShortMaps.SynchronizedMap
 
SynchronizedMap(Long2ShortMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ShortMaps.SynchronizedMap
 
SynchronizedMap(Object2BooleanMap<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.SynchronizedMap
 
SynchronizedMap(Object2BooleanMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.SynchronizedMap
 
SynchronizedMap(Object2ByteMap<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteMaps.SynchronizedMap
 
SynchronizedMap(Object2ByteMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteMaps.SynchronizedMap
 
SynchronizedMap(Object2CharMap<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Object2CharMaps.SynchronizedMap
 
SynchronizedMap(Object2CharMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2CharMaps.SynchronizedMap
 
SynchronizedMap(Object2DoubleMap<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Object2DoubleMaps.SynchronizedMap
 
SynchronizedMap(Object2DoubleMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2DoubleMaps.SynchronizedMap
 
SynchronizedMap(Object2FloatMap<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Object2FloatMaps.SynchronizedMap
 
SynchronizedMap(Object2FloatMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2FloatMaps.SynchronizedMap
 
SynchronizedMap(Object2IntMap<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntMaps.SynchronizedMap
 
SynchronizedMap(Object2IntMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntMaps.SynchronizedMap
 
SynchronizedMap(Object2LongMap<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongMaps.SynchronizedMap
 
SynchronizedMap(Object2LongMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongMaps.SynchronizedMap
 
SynchronizedMap(Object2ObjectMap<K, V>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.SynchronizedMap
 
SynchronizedMap(Object2ObjectMap<K, V>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.SynchronizedMap
 
SynchronizedMap(Object2ReferenceMap<K, V>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.SynchronizedMap
 
SynchronizedMap(Object2ReferenceMap<K, V>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.SynchronizedMap
 
SynchronizedMap(Object2ShortMap<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ShortMaps.SynchronizedMap
 
SynchronizedMap(Object2ShortMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ShortMaps.SynchronizedMap
 
SynchronizedMap(Reference2BooleanMap<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2BooleanMaps.SynchronizedMap
 
SynchronizedMap(Reference2BooleanMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2BooleanMaps.SynchronizedMap
 
SynchronizedMap(Reference2ByteMap<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.SynchronizedMap
 
SynchronizedMap(Reference2ByteMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.SynchronizedMap
 
SynchronizedMap(Reference2CharMap<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2CharMaps.SynchronizedMap
 
SynchronizedMap(Reference2CharMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2CharMaps.SynchronizedMap
 
SynchronizedMap(Reference2DoubleMap<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.SynchronizedMap
 
SynchronizedMap(Reference2DoubleMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.SynchronizedMap
 
SynchronizedMap(Reference2FloatMap<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.SynchronizedMap
 
SynchronizedMap(Reference2FloatMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.SynchronizedMap
 
SynchronizedMap(Reference2IntMap<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2IntMaps.SynchronizedMap
 
SynchronizedMap(Reference2IntMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2IntMaps.SynchronizedMap
 
SynchronizedMap(Reference2LongMap<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2LongMaps.SynchronizedMap
 
SynchronizedMap(Reference2LongMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2LongMaps.SynchronizedMap
 
SynchronizedMap(Reference2ObjectMap<K, V>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ObjectMaps.SynchronizedMap
 
SynchronizedMap(Reference2ObjectMap<K, V>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ObjectMaps.SynchronizedMap
 
SynchronizedMap(Reference2ReferenceMap<K, V>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.SynchronizedMap
 
SynchronizedMap(Reference2ReferenceMap<K, V>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.SynchronizedMap
 
SynchronizedMap(Reference2ShortMap<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.SynchronizedMap
 
SynchronizedMap(Reference2ShortMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.SynchronizedMap
 
SynchronizedMap(Short2BooleanMap, Object) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2BooleanMaps.SynchronizedMap
 
SynchronizedMap(Short2BooleanMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2BooleanMaps.SynchronizedMap
 
SynchronizedMap(Short2ByteMap, Object) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ByteMaps.SynchronizedMap
 
SynchronizedMap(Short2ByteMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ByteMaps.SynchronizedMap
 
SynchronizedMap(Short2CharMap, Object) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2CharMaps.SynchronizedMap
 
SynchronizedMap(Short2CharMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2CharMaps.SynchronizedMap
 
SynchronizedMap(Short2DoubleMap, Object) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2DoubleMaps.SynchronizedMap
 
SynchronizedMap(Short2DoubleMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2DoubleMaps.SynchronizedMap
 
SynchronizedMap(Short2FloatMap, Object) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatMaps.SynchronizedMap
 
SynchronizedMap(Short2FloatMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatMaps.SynchronizedMap
 
SynchronizedMap(Short2IntMap, Object) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntMaps.SynchronizedMap
 
SynchronizedMap(Short2IntMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntMaps.SynchronizedMap
 
SynchronizedMap(Short2LongMap, Object) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongMaps.SynchronizedMap
 
SynchronizedMap(Short2LongMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongMaps.SynchronizedMap
 
SynchronizedMap(Short2ObjectMap<V>, Object) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.SynchronizedMap
 
SynchronizedMap(Short2ObjectMap<V>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.SynchronizedMap
 
SynchronizedMap(Short2ReferenceMap<V>, Object) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ReferenceMaps.SynchronizedMap
 
SynchronizedMap(Short2ReferenceMap<V>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ReferenceMaps.SynchronizedMap
 
SynchronizedMap(Short2ShortMap, Object) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ShortMaps.SynchronizedMap
 
SynchronizedMap(Short2ShortMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ShortMaps.SynchronizedMap
 
SynchronizedPriorityQueue(BytePriorityQueue, Object) - Constructor for class it.unimi.dsi.fastutil.bytes.BytePriorityQueues.SynchronizedPriorityQueue
 
SynchronizedPriorityQueue(BytePriorityQueue) - Constructor for class it.unimi.dsi.fastutil.bytes.BytePriorityQueues.SynchronizedPriorityQueue
 
SynchronizedPriorityQueue(CharPriorityQueue, Object) - Constructor for class it.unimi.dsi.fastutil.chars.CharPriorityQueues.SynchronizedPriorityQueue
 
SynchronizedPriorityQueue(CharPriorityQueue) - Constructor for class it.unimi.dsi.fastutil.chars.CharPriorityQueues.SynchronizedPriorityQueue
 
SynchronizedPriorityQueue(DoublePriorityQueue, Object) - Constructor for class it.unimi.dsi.fastutil.doubles.DoublePriorityQueues.SynchronizedPriorityQueue
 
SynchronizedPriorityQueue(DoublePriorityQueue) - Constructor for class it.unimi.dsi.fastutil.doubles.DoublePriorityQueues.SynchronizedPriorityQueue
 
SynchronizedPriorityQueue(FloatPriorityQueue, Object) - Constructor for class it.unimi.dsi.fastutil.floats.FloatPriorityQueues.SynchronizedPriorityQueue
 
SynchronizedPriorityQueue(FloatPriorityQueue) - Constructor for class it.unimi.dsi.fastutil.floats.FloatPriorityQueues.SynchronizedPriorityQueue
 
SynchronizedPriorityQueue(IntPriorityQueue, Object) - Constructor for class it.unimi.dsi.fastutil.ints.IntPriorityQueues.SynchronizedPriorityQueue
 
SynchronizedPriorityQueue(IntPriorityQueue) - Constructor for class it.unimi.dsi.fastutil.ints.IntPriorityQueues.SynchronizedPriorityQueue
 
SynchronizedPriorityQueue(LongPriorityQueue, Object) - Constructor for class it.unimi.dsi.fastutil.longs.LongPriorityQueues.SynchronizedPriorityQueue
 
SynchronizedPriorityQueue(LongPriorityQueue) - Constructor for class it.unimi.dsi.fastutil.longs.LongPriorityQueues.SynchronizedPriorityQueue
 
SynchronizedPriorityQueue(PriorityQueue<K>, Object) - Constructor for class it.unimi.dsi.fastutil.PriorityQueues.SynchronizedPriorityQueue
 
SynchronizedPriorityQueue(PriorityQueue<K>) - Constructor for class it.unimi.dsi.fastutil.PriorityQueues.SynchronizedPriorityQueue
 
SynchronizedPriorityQueue(ShortPriorityQueue, Object) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortPriorityQueues.SynchronizedPriorityQueue
 
SynchronizedPriorityQueue(ShortPriorityQueue) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortPriorityQueues.SynchronizedPriorityQueue
 
SynchronizedRandomAccessList(BooleanList, Object) - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanLists.SynchronizedRandomAccessList
 
SynchronizedRandomAccessList(BooleanList) - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanLists.SynchronizedRandomAccessList
 
SynchronizedRandomAccessList(ByteList, Object) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedRandomAccessList
 
SynchronizedRandomAccessList(ByteList) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedRandomAccessList
 
SynchronizedRandomAccessList(CharList, Object) - Constructor for class it.unimi.dsi.fastutil.chars.CharLists.SynchronizedRandomAccessList
 
SynchronizedRandomAccessList(CharList) - Constructor for class it.unimi.dsi.fastutil.chars.CharLists.SynchronizedRandomAccessList
 
SynchronizedRandomAccessList(DoubleList, Object) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleLists.SynchronizedRandomAccessList
 
SynchronizedRandomAccessList(DoubleList) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleLists.SynchronizedRandomAccessList
 
SynchronizedRandomAccessList(FloatList, Object) - Constructor for class it.unimi.dsi.fastutil.floats.FloatLists.SynchronizedRandomAccessList
 
SynchronizedRandomAccessList(FloatList) - Constructor for class it.unimi.dsi.fastutil.floats.FloatLists.SynchronizedRandomAccessList
 
SynchronizedRandomAccessList(IntList, Object) - Constructor for class it.unimi.dsi.fastutil.ints.IntLists.SynchronizedRandomAccessList
 
SynchronizedRandomAccessList(IntList) - Constructor for class it.unimi.dsi.fastutil.ints.IntLists.SynchronizedRandomAccessList
 
SynchronizedRandomAccessList(LongList, Object) - Constructor for class it.unimi.dsi.fastutil.longs.LongLists.SynchronizedRandomAccessList
 
SynchronizedRandomAccessList(LongList) - Constructor for class it.unimi.dsi.fastutil.longs.LongLists.SynchronizedRandomAccessList
 
SynchronizedRandomAccessList(ObjectList<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectLists.SynchronizedRandomAccessList
 
SynchronizedRandomAccessList(ObjectList<K>) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectLists.SynchronizedRandomAccessList
 
SynchronizedRandomAccessList(ReferenceList<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceLists.SynchronizedRandomAccessList
 
SynchronizedRandomAccessList(ReferenceList<K>) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceLists.SynchronizedRandomAccessList
 
SynchronizedRandomAccessList(ShortList, Object) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortLists.SynchronizedRandomAccessList
 
SynchronizedRandomAccessList(ShortList) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortLists.SynchronizedRandomAccessList
 
SynchronizedSet(BooleanSet, Object) - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanSets.SynchronizedSet
 
SynchronizedSet(BooleanSet) - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanSets.SynchronizedSet
 
SynchronizedSet(ByteSet, Object) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteSets.SynchronizedSet
 
SynchronizedSet(ByteSet) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteSets.SynchronizedSet
 
SynchronizedSet(CharSet, Object) - Constructor for class it.unimi.dsi.fastutil.chars.CharSets.SynchronizedSet
 
SynchronizedSet(CharSet) - Constructor for class it.unimi.dsi.fastutil.chars.CharSets.SynchronizedSet
 
SynchronizedSet(DoubleSet, Object) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleSets.SynchronizedSet
 
SynchronizedSet(DoubleSet) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleSets.SynchronizedSet
 
SynchronizedSet(FloatSet, Object) - Constructor for class it.unimi.dsi.fastutil.floats.FloatSets.SynchronizedSet
 
SynchronizedSet(FloatSet) - Constructor for class it.unimi.dsi.fastutil.floats.FloatSets.SynchronizedSet
 
SynchronizedSet(IntSet, Object) - Constructor for class it.unimi.dsi.fastutil.ints.IntSets.SynchronizedSet
 
SynchronizedSet(IntSet) - Constructor for class it.unimi.dsi.fastutil.ints.IntSets.SynchronizedSet
 
SynchronizedSet(LongSet, Object) - Constructor for class it.unimi.dsi.fastutil.longs.LongSets.SynchronizedSet
 
SynchronizedSet(LongSet) - Constructor for class it.unimi.dsi.fastutil.longs.LongSets.SynchronizedSet
 
SynchronizedSet(ObjectSet<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectSets.SynchronizedSet
 
SynchronizedSet(ObjectSet<K>) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectSets.SynchronizedSet
 
SynchronizedSet(ReferenceSet<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceSets.SynchronizedSet
 
SynchronizedSet(ReferenceSet<K>) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceSets.SynchronizedSet
 
SynchronizedSet(ShortSet, Object) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortSets.SynchronizedSet
 
SynchronizedSet(ShortSet) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortSets.SynchronizedSet
 
SynchronizedSortedMap(Byte2BooleanSortedMap, Object) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2BooleanSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Byte2BooleanSortedMap) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2BooleanSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Byte2ByteSortedMap, Object) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Byte2ByteSortedMap) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ByteSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Byte2CharSortedMap, Object) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Byte2CharSortedMap) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2CharSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Byte2DoubleSortedMap, Object) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Byte2DoubleSortedMap) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Byte2FloatSortedMap, Object) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2FloatSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Byte2FloatSortedMap) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2FloatSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Byte2IntSortedMap, Object) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Byte2IntSortedMap) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2IntSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Byte2LongSortedMap, Object) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Byte2LongSortedMap) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2LongSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Byte2ObjectSortedMap<V>, Object) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Byte2ObjectSortedMap<V>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Byte2ReferenceSortedMap<V>, Object) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Byte2ReferenceSortedMap<V>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Byte2ShortSortedMap, Object) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ShortSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Byte2ShortSortedMap) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ShortSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Char2BooleanSortedMap, Object) - Constructor for class it.unimi.dsi.fastutil.chars.Char2BooleanSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Char2BooleanSortedMap) - Constructor for class it.unimi.dsi.fastutil.chars.Char2BooleanSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Char2ByteSortedMap, Object) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Char2ByteSortedMap) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ByteSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Char2CharSortedMap, Object) - Constructor for class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Char2CharSortedMap) - Constructor for class it.unimi.dsi.fastutil.chars.Char2CharSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Char2DoubleSortedMap, Object) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Char2DoubleSortedMap) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Char2FloatSortedMap, Object) - Constructor for class it.unimi.dsi.fastutil.chars.Char2FloatSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Char2FloatSortedMap) - Constructor for class it.unimi.dsi.fastutil.chars.Char2FloatSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Char2IntSortedMap, Object) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Char2IntSortedMap) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Char2LongSortedMap, Object) - Constructor for class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Char2LongSortedMap) - Constructor for class it.unimi.dsi.fastutil.chars.Char2LongSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Char2ObjectSortedMap<V>, Object) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Char2ObjectSortedMap<V>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ObjectSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Char2ReferenceSortedMap<V>, Object) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Char2ReferenceSortedMap<V>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Char2ShortSortedMap, Object) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ShortSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Char2ShortSortedMap) - Constructor for class it.unimi.dsi.fastutil.chars.Char2ShortSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Double2BooleanSortedMap, Object) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2BooleanSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Double2BooleanSortedMap) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2BooleanSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Double2ByteSortedMap, Object) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Double2ByteSortedMap) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Double2CharSortedMap, Object) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Double2CharSortedMap) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2CharSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Double2DoubleSortedMap, Object) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2DoubleSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Double2DoubleSortedMap) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2DoubleSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Double2FloatSortedMap, Object) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2FloatSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Double2FloatSortedMap) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2FloatSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Double2IntSortedMap, Object) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2IntSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Double2IntSortedMap) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2IntSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Double2LongSortedMap, Object) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2LongSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Double2LongSortedMap) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2LongSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Double2ObjectSortedMap<V>, Object) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Double2ObjectSortedMap<V>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Double2ReferenceSortedMap<V>, Object) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Double2ReferenceSortedMap<V>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ReferenceSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Double2ShortSortedMap, Object) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ShortSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Double2ShortSortedMap) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ShortSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Float2BooleanSortedMap, Object) - Constructor for class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Float2BooleanSortedMap) - Constructor for class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Float2ByteSortedMap, Object) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ByteSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Float2ByteSortedMap) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ByteSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Float2CharSortedMap, Object) - Constructor for class it.unimi.dsi.fastutil.floats.Float2CharSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Float2CharSortedMap) - Constructor for class it.unimi.dsi.fastutil.floats.Float2CharSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Float2DoubleSortedMap, Object) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Float2DoubleSortedMap) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Float2FloatSortedMap, Object) - Constructor for class it.unimi.dsi.fastutil.floats.Float2FloatSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Float2FloatSortedMap) - Constructor for class it.unimi.dsi.fastutil.floats.Float2FloatSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Float2IntSortedMap, Object) - Constructor for class it.unimi.dsi.fastutil.floats.Float2IntSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Float2IntSortedMap) - Constructor for class it.unimi.dsi.fastutil.floats.Float2IntSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Float2LongSortedMap, Object) - Constructor for class it.unimi.dsi.fastutil.floats.Float2LongSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Float2LongSortedMap) - Constructor for class it.unimi.dsi.fastutil.floats.Float2LongSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Float2ObjectSortedMap<V>, Object) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ObjectSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Float2ObjectSortedMap<V>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ObjectSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Float2ReferenceSortedMap<V>, Object) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ReferenceSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Float2ReferenceSortedMap<V>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ReferenceSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Float2ShortSortedMap, Object) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Float2ShortSortedMap) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Int2BooleanSortedMap, Object) - Constructor for class it.unimi.dsi.fastutil.ints.Int2BooleanSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Int2BooleanSortedMap) - Constructor for class it.unimi.dsi.fastutil.ints.Int2BooleanSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Int2ByteSortedMap, Object) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Int2ByteSortedMap) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ByteSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Int2CharSortedMap, Object) - Constructor for class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Int2CharSortedMap) - Constructor for class it.unimi.dsi.fastutil.ints.Int2CharSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Int2DoubleSortedMap, Object) - Constructor for class it.unimi.dsi.fastutil.ints.Int2DoubleSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Int2DoubleSortedMap) - Constructor for class it.unimi.dsi.fastutil.ints.Int2DoubleSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Int2FloatSortedMap, Object) - Constructor for class it.unimi.dsi.fastutil.ints.Int2FloatSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Int2FloatSortedMap) - Constructor for class it.unimi.dsi.fastutil.ints.Int2FloatSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Int2IntSortedMap, Object) - Constructor for class it.unimi.dsi.fastutil.ints.Int2IntSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Int2IntSortedMap) - Constructor for class it.unimi.dsi.fastutil.ints.Int2IntSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Int2LongSortedMap, Object) - Constructor for class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Int2LongSortedMap) - Constructor for class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Int2ObjectSortedMap<V>, Object) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ObjectSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Int2ObjectSortedMap<V>) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ObjectSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Int2ReferenceSortedMap<V>, Object) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Int2ReferenceSortedMap<V>) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Int2ShortSortedMap, Object) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ShortSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Int2ShortSortedMap) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ShortSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Long2BooleanSortedMap, Object) - Constructor for class it.unimi.dsi.fastutil.longs.Long2BooleanSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Long2BooleanSortedMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2BooleanSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Long2ByteSortedMap, Object) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Long2ByteSortedMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Long2CharSortedMap, Object) - Constructor for class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Long2CharSortedMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2CharSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Long2DoubleSortedMap, Object) - Constructor for class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Long2DoubleSortedMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Long2FloatSortedMap, Object) - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Long2FloatSortedMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Long2IntSortedMap, Object) - Constructor for class it.unimi.dsi.fastutil.longs.Long2IntSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Long2IntSortedMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2IntSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Long2LongSortedMap, Object) - Constructor for class it.unimi.dsi.fastutil.longs.Long2LongSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Long2LongSortedMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2LongSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Long2ObjectSortedMap<V>, Object) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ObjectSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Long2ObjectSortedMap<V>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ObjectSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Long2ReferenceSortedMap<V>, Object) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Long2ReferenceSortedMap<V>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Long2ShortSortedMap, Object) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Long2ShortSortedMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Object2BooleanSortedMap<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Object2BooleanSortedMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Object2ByteSortedMap<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Object2ByteSortedMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Object2CharSortedMap<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Object2CharSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Object2CharSortedMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2CharSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Object2DoubleSortedMap<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Object2DoubleSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Object2DoubleSortedMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2DoubleSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Object2FloatSortedMap<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Object2FloatSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Object2FloatSortedMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2FloatSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Object2IntSortedMap<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Object2IntSortedMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Object2LongSortedMap<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Object2LongSortedMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Object2ObjectSortedMap<K, V>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Object2ObjectSortedMap<K, V>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Object2ReferenceSortedMap<K, V>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Object2ReferenceSortedMap<K, V>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Object2ShortSortedMap<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ShortSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Object2ShortSortedMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ShortSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Reference2BooleanSortedMap<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2BooleanSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Reference2BooleanSortedMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2BooleanSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Reference2ByteSortedMap<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Reference2ByteSortedMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Reference2CharSortedMap<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2CharSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Reference2CharSortedMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2CharSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Reference2DoubleSortedMap<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Reference2DoubleSortedMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Reference2FloatSortedMap<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2FloatSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Reference2FloatSortedMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2FloatSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Reference2IntSortedMap<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2IntSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Reference2IntSortedMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2IntSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Reference2LongSortedMap<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2LongSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Reference2LongSortedMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2LongSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Reference2ObjectSortedMap<K, V>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ObjectSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Reference2ObjectSortedMap<K, V>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ObjectSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Reference2ReferenceSortedMap<K, V>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Reference2ReferenceSortedMap<K, V>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Reference2ShortSortedMap<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ShortSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Reference2ShortSortedMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ShortSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Short2BooleanSortedMap, Object) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2BooleanSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Short2BooleanSortedMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2BooleanSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Short2ByteSortedMap, Object) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ByteSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Short2ByteSortedMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ByteSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Short2CharSortedMap, Object) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2CharSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Short2CharSortedMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2CharSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Short2DoubleSortedMap, Object) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2DoubleSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Short2DoubleSortedMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2DoubleSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Short2FloatSortedMap, Object) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Short2FloatSortedMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Short2IntSortedMap, Object) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Short2IntSortedMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Short2LongSortedMap, Object) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Short2LongSortedMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Short2ObjectSortedMap<V>, Object) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Short2ObjectSortedMap<V>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Short2ReferenceSortedMap<V>, Object) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ReferenceSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Short2ReferenceSortedMap<V>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ReferenceSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Short2ShortSortedMap, Object) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ShortSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Short2ShortSortedMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ShortSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedSet(ByteSortedSet, Object) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteSortedSets.SynchronizedSortedSet
 
SynchronizedSortedSet(ByteSortedSet) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteSortedSets.SynchronizedSortedSet
 
SynchronizedSortedSet(CharSortedSet, Object) - Constructor for class it.unimi.dsi.fastutil.chars.CharSortedSets.SynchronizedSortedSet
 
SynchronizedSortedSet(CharSortedSet) - Constructor for class it.unimi.dsi.fastutil.chars.CharSortedSets.SynchronizedSortedSet
 
SynchronizedSortedSet(DoubleSortedSet, Object) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleSortedSets.SynchronizedSortedSet
 
SynchronizedSortedSet(DoubleSortedSet) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleSortedSets.SynchronizedSortedSet
 
SynchronizedSortedSet(FloatSortedSet, Object) - Constructor for class it.unimi.dsi.fastutil.floats.FloatSortedSets.SynchronizedSortedSet
 
SynchronizedSortedSet(FloatSortedSet) - Constructor for class it.unimi.dsi.fastutil.floats.FloatSortedSets.SynchronizedSortedSet
 
SynchronizedSortedSet(IntSortedSet, Object) - Constructor for class it.unimi.dsi.fastutil.ints.IntSortedSets.SynchronizedSortedSet
 
SynchronizedSortedSet(IntSortedSet) - Constructor for class it.unimi.dsi.fastutil.ints.IntSortedSets.SynchronizedSortedSet
 
SynchronizedSortedSet(LongSortedSet, Object) - Constructor for class it.unimi.dsi.fastutil.longs.LongSortedSets.SynchronizedSortedSet
 
SynchronizedSortedSet(LongSortedSet) - Constructor for class it.unimi.dsi.fastutil.longs.LongSortedSets.SynchronizedSortedSet
 
SynchronizedSortedSet(ObjectSortedSet<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectSortedSets.SynchronizedSortedSet
 
SynchronizedSortedSet(ObjectSortedSet<K>) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectSortedSets.SynchronizedSortedSet
 
SynchronizedSortedSet(ReferenceSortedSet<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.SynchronizedSortedSet
 
SynchronizedSortedSet(ReferenceSortedSet<K>) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.SynchronizedSortedSet
 
SynchronizedSortedSet(ShortSortedSet, Object) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortSortedSets.SynchronizedSortedSet
 
SynchronizedSortedSet(ShortSortedSet) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortSortedSets.SynchronizedSortedSet
 
A B C D E F G H I K L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2019. All rights reserved.